Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APPE - dont work - after a disconnect the transfer cannot be continued. #1997

Closed
cyberduck opened this issue May 2, 2008 · 1 comment
Closed
Assignees
Labels
bug duplicate ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

Boris created the issue


220 FTP Server ready.
USER p8091598
331 Password required for p8091598
PASS ********
230 User p8091598 logged in
SYST
215 UNIX Type: L8
NOOP
200 NOOP command successful
CWD /boris
250 CWD command successful
FEAT
211-Features:
 MDTM
 REST STREAM
 SIZE
211 End
PASV
227 Entering Passive Mode (82,165,102,101,215,46).
LIST -a
150 Opening ASCII mode data connection for file list
drwxrwxrwx   2 p8091598 ftpusers     4096 May  2 00:41 .
drwx---r-t  16 p8091598 ftpusers     4096 May  2 00:41 ..
-rw-r--r--   1 p8091598 ftpusers 17963262 Apr 30 09:42 Erdbeeren 2005.pdf
-rwxrwxrwx   1 p8091598 ftpusers  1824256 May  1 00:16 F-15Lakenheath.pps
-rw-r--r--   1 p8091598 ftpusers 43354496 May  2 00:34 Hörbilder 2007.12.01.mp3
-rw-r--r--   1 p8091598 ftpusers 15899136 May  2 00:42 Journal-Panorama 2007.11.08 Israel Lobby.mp3
-rw-r--r--   1 p8091598 ftpusers 77123200 Apr 30 14:18 OE1_DIA080426_DL.mp3
-rw-r--r--   1 p8091598 ftpusers  9045469 Apr 30 09:47 Schiltern.pdf
-rw-r--r--   1 p8091598 ftpusers  8088863 Apr 30 09:50 Steirereck.mov
-rw-r--r--   1 p8091598 ftpusers       44 Sep  9  2007 _cnt724_is.gif
-rw-r--r--   1 p8091598 ftpusers    68640 Apr 30 09:31 dwaynebooth.jpg
-rw-r--r--   1 p8091598 ftpusers   111395 May  1 00:09 meine Apple Adr.png
226 Transfer complete
NOOP
200 NOOP command successful
TYPE I
200 Type set to I
SIZE /boris/Hörbilder 2007.12.01.mp3
213 43354496
NOOP
200 NOOP command successful
MDTM /boris/Hörbilder 2007.12.01.mp3
213 20080501223458
NOOP
200 NOOP command successful
NOOP
200 NOOP command successful
PASV
227 Entering Passive Mode (82,165,102,101,202,28).
APPE 
500 'APPE' not understood
QUIT
221 Goodbye.


@cyberduck
Copy link
Collaborator Author

@dkocher commented

Fixed in 3.0b2.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug duplicate ftp FTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants