
March 2nd, 2002, 08:01 AM
|
|
Junior Member
|
|
Join Date: Mar 2002
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Hi Sizzler
Maybe this is not of a gret help but you can use a batch script to do this.
file1.cmd:
ftp -i -n -v -s:file2.txt
file2.txt
open <ip address>
user <username> <password>
cd <directory_to_go>
binary
put file.xml
quit
Sure this is a far from ideal solution, specially because of the plain text passowrd on file2, but depending on the situation you can live with that.
|