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

Error, when uploading an empty file #3830

Closed
cyberduck opened this issue Oct 19, 2009 · 3 comments
Closed

Error, when uploading an empty file #3830

cyberduck opened this issue Oct 19, 2009 · 3 comments
Assignees
Labels
bug ftp FTP Protocol Implementation thirdparty Issue caused by third party

Comments

@cyberduck
Copy link
Collaborator

af7951c created the issue

hi, it took me a while to figure out, but i finally figured that cyberduck gives me an error when I upload an empty file. this is a text file with 0 kb content. the error is only
FTP Error: Upload failed.
this is with Cyberduck-5484.tar.gz nightly build as well as current stable 3.2.1 on osx 10.5.8

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please post the transcript from View → Log Drawer.

@cyberduck
Copy link
Collaborator Author

eerne commented

Hi I'm sorry I didn't see your previous message.

here is the transcript

http://pastie.org/698292.txt

@cyberduck
Copy link
Collaborator Author

@dkocher commented

220 ProFTPD 1.3.1 Server (ProFTPD) [80.74.xxx.xx]
AUTH TLS
234 AUTH TLS successful
USER myuser
331 Password required for myuser
PASS ********
230 User myuser logged in
PBSZ 0
200 PBSZ 0 successful
PROT P
200 Protection set to Private
FEAT
211-Features:
 MDTM
 AUTH TLS
 PBSZ
 PROT
 REST STREAM
 SIZE
211 End
NOOP
200 NOOP command successful
CWD /httpdocs
250 CWD command successful
SYST
215 UNIX Type: L8
STAT /httpdocs
211-Status of /httpdocs:
 drwxr-x---  15 myuser  psaserv      4096 Nov 14 03:39 .
 drwxr-xr-x  13 root     root         4096 Oct 15  2008 ..
 drwxr-xr-x  37 myuser  psacln       4096 Oct 21 11:20 _old
 -rw-r--r--   1 myuser  psacln          0 Nov 14 03:39 empty.txt
211 End of status
NOOP
200 NOOP command successful
TYPE I
200 Type set to I
SIZE /httpdocs/empty.txt
213 0
NOOP
200 NOOP command successful
MDTM /httpdocs/empty.txt
213 20091114023950
NOOP
200 NOOP command successful
PASV
227 Entering Passive Mode (80,74,155,30,197,250).
STOR empty.txt
150 Opening BINARY mode data connection for empty.txt
425 Unable to build data connection: Operation not permitted
QUIT
221 Goodbye.

@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 ftp FTP Protocol Implementation thirdparty Issue caused by third party
Projects
None yet
Development

No branches or pull requests

2 participants