Hi, Matthieu,
There is no change needed on proxy config. hat you need to use at dos
script/batch file is "curl".
See http://curl.haxx.se/
For you to start off, a sample command line will be like below:
curl -x proxy_ip:proxy_port -u proxy_uid:proxy_pwd -U
ftp_site_uid:ftp_site_pwd -T
/path/to/path/to/local_file_name_to_be_uploaded
ftp://ftp.site.com/path/target_file_name
If the above way of passing site credentials do not work, try the
following:
curl -x proxy_ip:proxy_port -u proxy_uid:proxy_pwd -T
/path/to/local_file_name_to_be_uploaded
ftp://ftp_site_uid:ftp_site_pwd@ftp.site.com/path/target_file_name
Regards
Sunil
>>> DRUILHE Matthieu <mdruilhe@bt.pf> 06/11/04 03:28AM >>>
Hi all,
I need to run some dos scripts on my win2k pro that will ftp (with the
help
of my proxy server) datas to a remote host.
But I can't find how to do it ... Do I have to set some environment
variables?
Is there some clients software that can help me ???
Many thanks in advance !
Regards
Matthieu Druilhe
Received on Thu Jun 10 2004 - 22:06:43 MDT
This archive was generated by hypermail pre-2.1.9 : Thu Jul 01 2004 - 12:00:02 MDT