When I use FTP to upload 2 large (> 1Gb) video files TC hangs after the first file.
And I have to click cancel to continue.
The second file exists on the FTP server but is only 0kb.
With other FTP clients like FlashFXP and FileZilla it works fine.
The FTP server is a Synology DiskStation 412.
I have tested it with TC v8.01 (64 & 32).
With a clean wcx_ftp.ini with these settings:
Logging:[General]
SpecialFlags=6
UploadBlockSize=46720
Passive mode on.
Upload in background (separate thread) off.
Any idea?----------
Connect to: (16-11-2013 18:11:05)
hostname=<deleted>
username=ftp-user
startdir=
<deleted>=<deleted>
220 DiskStation412 FTP server ready.
AUTH TLS
234 AUTH SSL command successful.
Cert subject: /C=TW/ST=Taiwan/L=Taipei/O=Synology Inc./OU=FTP Team/CN=synology.com/emailAddress=product@synology.com
Cert issuer: /C=TW/ST=Taiwan/L=Taipei/O=Synology Inc./OU=Certificate Authority/CN=Synology Inc. CA/emailAddress=product@synology.com
USER ftp-user
331 Password required for ftp-user.
PASS ***********
230 User ftp-user logged in.
SYST
215 UNIX Type: L8
FEAT
211- Extensions supported:
AUTH TLS
PBSZ
PROT
SIZE
MDTM
MFMT
REST STREAM
211 End.
PBSZ 0
200 PBSZ command successful (PBSZ=0).
PROT P
200 Protection level set to Private.
OPTS UTF8 ON
500 UTF8: command not understood.
Connect ok!
PWD
257 "/" is current directory.
Get directory
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (<deleted>,5,127)
LIST
150 Opening BINARY mode SSL data connection for 'file list'.
Download
Waiting for server...
226 Transfer complete.
CWD video
250 CWD command successful.
PWD
257 "/video" is current directory.
Get directory
PASV
227 Entering Passive Mode (<deleted>,5,129)
LIST
150 Opening BINARY mode SSL data connection for 'file list'.
Download
Waiting for server...
226 Transfer complete.
CWD upload_test
250 CWD command successful.
PWD
257 "/video/upload_test" is current directory.
Get directory
PASV
227 Entering Passive Mode (<deleted>,5,129)
LIST
150 Opening BINARY mode SSL data connection for 'file list'.
Download
Waiting for server...
226 Transfer complete.
TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode (<deleted>,5,129)
STOR testvideo001.mkv
150 Opening BINARY mode SSL data connection for 'testvideo001.mkv'.
Upload: 1.296.245.615 bytes, 1.155 kbytes/s
Cancel pressed!
SIZE testvideo001.mkv
SSL_read returned -1, SSL_get_error=5, ERR_get_error=0
OFFLINE2, error=0
Copied (16-11-2013 18:24:42): C:\temp\testvideo001.mkv -> ftps://<deleted>/video/upload_test/testvideo001.mkv 1.296.245.615 bytes, 1.564 kbytes/s
----------
Connect to: (16-11-2013 18:24:42)
hostname=<deleted>
username=ftp-user
startdir=/video/upload_test
<deleted>=<deleted>
220 DiskStation412 FTP server ready.
AUTH TLS
234 AUTH SSL command successful.
Cert subject: /C=TW/ST=Taiwan/L=Taipei/O=Synology Inc./OU=FTP Team/CN=synology.com/emailAddress=product@synology.com
Cert issuer: /C=TW/ST=Taiwan/L=Taipei/O=Synology Inc./OU=Certificate Authority/CN=Synology Inc. CA/emailAddress=product@synology.com
USER ftp-user
331 Password required for ftp-user.
PASS ***********
230 User ftp-user logged in.
SYST
215 UNIX Type: L8
FEAT
211- Extensions supported:
AUTH TLS
PBSZ
PROT
SIZE
MDTM
MFMT
REST STREAM
211 End.
PBSZ 0
200 PBSZ command successful (PBSZ=0).
PROT P
200 Protection level set to Private.
Connect ok!
CWD /video/upload_test
250 CWD command successful.
PWD
257 "/video/upload_test" is current directory.
TYPE I
200 Type set to I.
SIZE testvideo001.mkv
213 1296245615
PASV
227 Entering Passive Mode (<deleted>,5,122)
STOR testvideo002.mkv
150 Opening BINARY mode SSL data connection for 'testvideo002.mkv'.
Upload
226 Transfer complete.
Get directory
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (<deleted>,5,124)
LIST
150 Opening BINARY mode SSL data connection for 'file list'.
Download
Waiting for server...
226 Transfer complete.
Greetz,
DarkRuleR