any idea why when i run a scripted FTP download with this in a text file;
username
password
cd logs
cd W3SVC135
bin
hash
mget *.*
quit
which is called by a batch file with this in it;
ftp -i -s:websiteftpcmd.txt -a
As soon as it gets to 'mget *.*' it errors on 'Invalid PORT Command'
Yet if i type exactly the same commands manually it works fine?
very strange
Cheers
Gurner
username
password
cd logs
cd W3SVC135
bin
hash
mget *.*
quit
which is called by a batch file with this in it;
ftp -i -s:websiteftpcmd.txt -a
As soon as it gets to 'mget *.*' it errors on 'Invalid PORT Command'
Yet if i type exactly the same commands manually it works fine?
very strange
Cheers
Gurner