[Swift-devel] can we disable the gridftp authentication for swift on BGP?
Zhao Zhang
zhaozhang at uchicago.edu
Fri Dec 19 13:58:13 CST 2008
I tried this:
zzhang at login6.surveyor:~/swift/test> ftp -P 59829
ion-10.surveryor.alcf.anl.gov
ftp: Name or service not known
ftp> ls
Not connected.
ftp> quit
Then I tried
zzhang at login6.surveyor:~/swift/test> ftp ion-10.surveyor.alcf.anl.gov 59829
Connected to ion-10.surveyor.alcf.anl.gov.
220 172.16.3.10 GridFTP Server 2.8 (gcc32dbg, 1217607445-63) [Globus
Toolkit 4.0.8] ready.
Name (ion-10.surveyor.alcf.anl.gov:zzhang): zzhang
331 Password required for zzhang.
Password:
230 User zzhang logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>
This worked. And I am trying out more now.
zhao
Ben Clifford wrote:
> On Fri, 19 Dec 2008, Zhao Zhang wrote:
>
>
>> I tried regular ftp, the connection was refused:
>> zzhang at login6.surveyor:~/swift/test> ftp ion-10.surveyor.alcf.anl.gov:59829
>> ftp: connect: Connection refused
>> ftp: Can't connect or login to host `ion-10.surveyor.alcf.anl.gov'
>>
>
> At least on os x, that is not correct syntax for the ftp client.
>
> Try:
>
> ftp -P 59829 ion-10.surveryor.alcf.anl.gov
>
>
More information about the Swift-devel
mailing list