Windows 2003
Hi All,
I am using a simple batch to download a file from a ftp server like so:
ftp -s:ftp_text.txt ftp_path
and contents of the ftp_text file:
username
password
prompt off
get filename.txt
quit
The weird problem I have is that this works fine on smaller sized files (I have tested up to 45 megs) but as soon as I try download a 190 meg file, it all "works", but the file never comes across, what I mean is that it logs into the ftp, finds the file, says it's transferring it, but it never does. I have checked on the actual ftp server it's coming from and the ftp server shows it's sending the file, it shows it's complete, but the file is not on my server 2003 server. The command prompt just remains open permantantly.
I have tried downloading the same file from the same ftp server by this method on a pc running WinXP, and it does it no problem.
I am really baffled and any info will be appreciated.
Michael
Hi All,
I am using a simple batch to download a file from a ftp server like so:
ftp -s:ftp_text.txt ftp_path
and contents of the ftp_text file:
username
password
prompt off
get filename.txt
quit
The weird problem I have is that this works fine on smaller sized files (I have tested up to 45 megs) but as soon as I try download a 190 meg file, it all "works", but the file never comes across, what I mean is that it logs into the ftp, finds the file, says it's transferring it, but it never does. I have checked on the actual ftp server it's coming from and the ftp server shows it's sending the file, it shows it's complete, but the file is not on my server 2003 server. The command prompt just remains open permantantly.
I have tried downloading the same file from the same ftp server by this method on a pc running WinXP, and it does it no problem.
I am really baffled and any info will be appreciated.
Michael