[Cyberduck-trac] [Cyberduck] #2048: broken ftp transfers, sending duplicate TLS commands? (not sure if problems are related)
Cyberduck
trac at trac.cyberduck.ch
Thu May 15 03:48:03 CEST 2008
#2048: broken ftp transfers, sending duplicate TLS commands? (not sure if problems
are related)
-----------------------+----------------------------------------------------
Reporter: anonymous | Owner: dkocher
Type: defect | Status: new
Priority: normal | Milestone: 3.1
Component: ftp-tls | Version: 3.0
Severity: normal | Keywords:
-----------------------+----------------------------------------------------
It seems as of the update to 3.0, the ftp-tls component sends duplicate
instances of commands (I checked against the last 2.8 version and it
wouldn't)
EG:
<snip, parts above here are duplicate as well>
250 CWD command successful
250 CWD command successful
TYPE I
TYPE I
200 Type set to I
200 Type set to I
FEAT
FEAT
211-Features:
211-Features:
MDTM
MDTM
REST STREAM
REST STREAM
SIZE
SIZE
AUTH TLS
AUTH TLS
PBSZ
PBSZ
PROT
PROT
211 End
211 End
PASV
PASV
227 Entering Passive Mode (<ip&port>).
227 Entering Passive Mode (<ip&port>).
REST 89522176
REST 89522176
350 Restarting at 89522176. Send STORE or RETRIEVE to initiate transfer
350 Restarting at 89522176. Send STORE or RETRIEVE to initiate transfer
RETR <file>
RETR <file>
150 Opening BINARY mode data connection for <file> (277254144 bytes)
150 Opening BINARY mode data connection for <file> (277254144 bytes)
NOOP
NOOP
At this point the download runs for a bit, then stalls claiming 'transfer
incomplete' resume restarts it but it gets at most about 10mb (rough
estimation) before claiming incomplete again, resume does not appear to
work. (the same FTP server configuration worked fine in version 2.8x,
excluding the APPE errors)
--
Ticket URL: <http://trac.cyberduck.ch/ticket/2048>
Cyberduck <http://cyberduck.ch>
FTP and SFTP Browser for Mac OS X.
More information about the Cyberduck-trac
mailing list