Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

shingo00

Hi prikryl,
Attach is the log file.
I have remove some info in the log.
martin

Please attach a full log file showing the problem (using the latest version of WinSCP).

To generate log file, use /log=path_to_log_file command-line argument. Submit the log with your post as an attachment. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you may email it to me. You will find my address (if you log in) in my forum profile. Please include link back to this topic in your email. Also note in this topic that you have emailed the log.
shingo00

Hi prikryl,
Im currently using 5.5.2 in a windows 2012.
The FTP server Im using is Windows 2008 R2 FTP role.
So far I did manage to get it to run with a little tweak of the command.

option batch continue
option confirm off
option reconnecttime 3
open ftp://****
lcd "Z:\****"
synchronize remote -delete
exit

So far it does work.
But when i run it on the Windows 2012 Scheduler it will give me "Error Code: incorrect function 0x80070001"
Is there a better sets of commands?
Thank you for your help.

Regards,
Shingo
martin

Re: Getting Timeout when send 2GB file

What version of WinSCP are you using? Do you have the same problem using other FTP clients?
shingo00

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.