Synchronize big files with ftp

Advertisement

Mugg
Guest

Synchronize big files with ftp

I try to copy folder to NAS by ftp (it is not possible to connect to shared folder). There several big files in the source folder (from 50 to 500 Gb). Synchronisation fails 15 minutes with timeout error.
The same script to copy folder with several small files runs successfully. Is it possible to set timeout to sever hours? Can not find this option.

Script:
open ftp://user:password@192.168.1.252:21
synchronize remote c:\dir / -criteria=both
bye

Log:
2011-08-30 09:00:03.640 --------------------------------------------------------------------------
. 2011-08-30 09:00:03.640 WinSCP Version 4.3.4 (Build 1428) (OS 6.1.7601 Service Pack 1)
. 2011-08-30 09:00:03.640 Configuration: HKEY_CURRENT_USER\Software\Martin Prikryl\WinSCP 2\
. 2011-08-30 09:00:03.640 Login time: Tuesday, August 30, 2011 9:00:03 AM
. 2011-08-30 09:00:03.640 --------------------------------------------------------------------------
. 2011-08-30 09:00:03.640 Session name: user@192.168.1.252 (Ad-Hoc session)
. 2011-08-30 09:00:03.641 Host name: 192.168.1.252 (Port: 21)
. 2011-08-30 09:00:03.641 User name: user (Password: Yes, Key file: No)
. 2011-08-30 09:00:03.641 Tunnel: No
. 2011-08-30 09:00:03.641 Transfer Protocol: FTP
. 2011-08-30 09:00:03.641 Ping type: C, Ping interval: 30 sec; Timeout: 15 sec
. 2011-08-30 09:00:03.641 Proxy: none
. 2011-08-30 09:00:03.641 FTP: FTPS: None; Passive: Yes [Force IP: No]
. 2011-08-30 09:00:03.641 Local directory: default, Remote directory: home, Update: No, Cache: Yes
. 2011-08-30 09:00:03.641 Cache directory changes: Yes, Permanent: Yes
. 2011-08-30 09:00:03.641 DST mode: 1
. 2011-08-30 09:00:03.641 --------------------------------------------------------------------------
. 2011-08-30 09:00:03.681 Connecting to 192.168.1.252 ...
. 2011-08-30 09:00:18.867 Timeout detected.
. 2011-08-30 09:00:19.477 Connection failed.

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: Synchronize big files with ftp

It times out during connection, the sizeof a folder cannot matter here.

This timeout cannot be set atm, unfortunatelly.

Reply with quote

Advertisement

You can post new topics in this forum