Dear all,
How can I use telnet <port_number> to get through a proxy server ( or
SOCK5 ) to retrieve files?
For internal lan I can
At HostA
telnet hostB 21
USER username
PASS password
TYPE i
PASV
<get the server port number>
Then at HostA
telnet hostB <port number got> > newfile
Use the original connection
RETR newfile
and I can successfully download files.
However, in my company, when I use netscape to try to use ftp outside
world, a login/password window comes out. What my goal is to set a
crontab to get files outside, how can I bypass the username/password
part?
Thank you very much!!!!
Best regards,
Boris
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]