[SunHELP] command line ftp via iplanet web proxy server.

stephen price sd_price at yahoo.com
Wed Jul 17 13:59:54 CDT 2002


Here's what I use - not elegant scripting - but it
works - after I coordinated with the proxy owner to
make sure that (first) I could get past the proxy - 

# Define variables
ftpid="userid at destination_remotehost"
ftppass="password_at_destination_remotehost"
ftphost="local_proxy_server"

ftp -ni $ftphost
user $ftpid $ftppass
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com



More information about the SunHELP mailing list