Replying to the message sent by brian  on Sat, 28 Dec 2002 01:53:28
-0500, received at 19:28:00 on 28/11/2003. brian wrote:
>Hi
>
>I have problem about ftp when run it in the unix
>
>unix>ftp 68.141.111.92
>Connected to 68.141.111.92
>220 ftp.eric.org FTP Server ready
>Name (68.141.111.92:root): fai
>331 Password required for fai.
>Password:
>230 User fai logged in.
>Remote system type is UNIX.
>Using binary mode to transfer files.
>ftp> pwd
>257 "/home/fai" is current directory.
>ftp> dir
>227 Entering Passive Mode (68,141,111,92,217,95)
>ftp: connect: Connection refused
>ftp>
>
>but it can work when I run it in Dos prompt
>DOS>ftp 68.141.111.92
>Connected to 68.141.111.92.
>220 ftp.eric.org FTP Server ready
>User (68.141.111.92:(none)): fai
>331 Password required for fai.
>Password:
>230 User fai logged in.
>ftp> pwd
>257 "/home/fai" is current directory.
>ftp> dir
>200 PORT command successful
>226 Transfer complete.
>ftp: 287 bytes received in 0.09Seconds 3.05Kbytes/sec.
>ftp> bin
>200 Type set to I.
>ftp>
>
>
>Thank you

The Unix machine youre transferring from is using binary mode... the
windows machine is most likely using ascii mode... Does the server
support both binary and ascii modes?



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to