[Cyberduck-trac] [Cyberduck] #8002: Upload to Windows 2008 IIS FTP Fails Without Error

Cyberduck trac at trac.cyberduck.io
Mon Jun 9 18:13:26 UTC 2014


#8002: Upload to Windows 2008 IIS FTP Fails Without Error
---------------------+----------------------
 Reporter:  Ctruxaw  |         Owner:
     Type:  defect   |        Status:  new
 Priority:  normal   |     Milestone:
Component:  core     |       Version:  4.4.4
 Severity:  normal   |    Resolution:
 Keywords:           |  Architecture:
 Platform:           |
---------------------+----------------------

Comment (by Ctruxaw):

 Here is the log:

 {{{
 220 Microsoft FTP Service
 AUTH TLS
 234 AUTH command ok. Expecting TLS Negotiation.
 USER username
 331 Password required for username.
 PASS ********
 230 User logged in.
 PBSZ 0
 200 PBSZ command successful.
 PROT P
 200 PROT command successful.
 FEAT
 211-Extended features supported:
  LANG EN*
  UTF8
  AUTH TLS;TLS-C;SSL;TLS-P;
  PBSZ
  PROT C;P;
  CCC
  HOST
  SIZE
  MDTM
  REST STREAM
 211 END
 OPTS UTF8 ON
 200 OPTS UTF8 command successful - UTF8 encoding now ON.
 SYST
 215 Windows_NT
 PWD
 257 "/" is current directory.
 CWD /
 250 CWD command successful.
 TYPE A
 200 Type set to A.
 PORT ''REDACTED''
 501 Server cannot accept argument.
 PASV
 227 Entering Passive Mode (''REDACTED'').
 LIST -a
 125 Data connection already open; Transfer starting.
 226 Transfer complete.
 CWD /
 250 CWD command successful.
 TYPE A
 200 Type set to A.
 PORT ''REDACTED''
 501 Server cannot accept argument.
 PASV
 227 Entering Passive Mode (''REDACTED'').
 LIST
 125 Data connection already open; Transfer starting.
 226 Transfer complete.
 NOOP
 200 NOOP command successful.
 CWD /
 250 CWD command successful.
 TYPE A
 200 Type set to A.
 PORT ''REDACTED''
 501 Server cannot accept argument.
 PASV
 227 Entering Passive Mode (''REDACTED'').
 LIST -a
 125 Data connection already open; Transfer starting.
 226 Transfer complete.
 CWD /
 250 CWD command successful.
 TYPE A
 200 Type set to A.
 PORT ''REDACTED''
 501 Server cannot accept argument.
 PASV
 227 Entering Passive Mode (''REDACTED'').
 LIST
 125 Data connection already open; Transfer starting.
 226 Transfer complete.
 }}}

 As you can see, it says "Transfer complete". In fact, if the upload is a
 large file, I can see the file on the server being created and starting to
 be populated with data. Then, as soon as the transfer completes, the file
 disappears and is no longer listed in the file system or by CyberDuck.
 It's like something is failing at the last second causing the file to be
 deleted because IIS thinks the transfer failed.

-- 
Ticket URL: <https://trac.cyberduck.io/ticket/8002#comment:2>
Cyberduck <http://cyberduck.io>
Libre FTP, SFTP, WebDAV, S3 & OpenStack Swift browser for Mac and Windows


More information about the Cyberduck-trac mailing list