Getting Timeout when send 2GB file
Good day,
Im currently using WinSCP to transfer files from my office NAS to my home FTP.
I have around 30+ files.
And each file is around 2GB (Because it is Acronis backup files.)
If i try send small files it has no problem.
But when i send the 2GB files, I will get these error message when the file reaches 99%
Copying files to remote side failed.
(A)bort, (R)etry, (S)kip, Ski(p) all: Abort
Lost connection.
Timeout detected.
Could not retrieve directory listing
Below is my script.
option batch on
option confirm off
option reconnecttime 3
open ftp://shingo:abc@ftp.dyndns:21/Backup
lcd "D:\Backup\"
synchronize remote -delete
exit
How do i make the transfer successful?
Please advice me.
Thank you in advance for your help.
Im currently using WinSCP to transfer files from my office NAS to my home FTP.
I have around 30+ files.
And each file is around 2GB (Because it is Acronis backup files.)
If i try send small files it has no problem.
But when i send the 2GB files, I will get these error message when the file reaches 99%
Copying files to remote side failed.
(A)bort, (R)etry, (S)kip, Ski(p) all: Abort
Lost connection.
Timeout detected.
Could not retrieve directory listing
Below is my script.
option batch on
option confirm off
option reconnecttime 3
open ftp://shingo:abc@ftp.dyndns:21/Backup
lcd "D:\Backup\"
synchronize remote -delete
exit
How do i make the transfer successful?
Please advice me.
Thank you in advance for your help.