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

I/O Error: Upload failed #5256

Closed
cyberduck opened this issue Oct 2, 2010 · 3 comments
Closed

I/O Error: Upload failed #5256

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

Comments

@cyberduck
Copy link
Collaborator

71d37d3 created the issue

Be it creating a new file or saving changes to an old one, If uploading a blank file it seems to create an IO error, with "unexpected null reply received". Oddly, having made changes to one file, and saving in the editor, it uploaded fine, and have repeated this multiple times... I initially thought it was to do with the change from FTP to FTP-SSL, but FTP also does this, this has been literally since I upgraded to 3.6.1.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please post the transcript from View → Log Drawer.

@cyberduck
Copy link
Collaborator Author

71d37d3 commented

CWD /www/test
250 OK. Current directory is /www/test
STAT /www/test
213-STAT
drwxr-xr-x    3 g42inc     g42inc           4096 Sep  7 06:58 .
drwxrwxrwx    1 g42inc     g42inc             11 Jan 22  2010 ..
-rw-r--r--    1 g42inc     g42inc             61 Mar 24  2010 .htaccess
drwxr-xr-x    2 g42inc     g42inc           4096 Apr 12  2008 cgi-bin
-rw-r--r--    1 g42inc     g42inc            149 Sep 12  2008 index.html
-rw-r--r--    1 g42inc     g42inc             62 Sep 12  2008 main.js
213 End.
NOOP
200 Zzz...
TYPE I
200 TYPE is now 8-bit binary
PASV
227 Entering Passive Mode (91,186,0,4,149,146)
STOR testFile.anything
150 Accepted data connection
NOOP
220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 1 of 50 allowed.
220-Local time is now 18:42. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
AUTH TLS
234 AUTH TLS OK.
USER root@g42inc.com
331 User root@g42inc.com OK. Password required
PASS ********
230-User root@g42inc.com has group access to:  g42inc    
230 OK. Current restricted directory is /
PBSZ 0
200 PBSZ=0
PROT P
200 Data protection level set to "private"
FEAT
211-Extensions supported:
 EPRT
 IDLE
 MDTM
 SIZE
 REST STREAM
 MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
 MLSD
 AUTH TLS
 PBSZ
 PROT
 ESTA
 PASV
 EPSV
 SPSV
 ESTP
211 End.
CWD /www/test
250 OK. Current directory is /www/test
STAT /www/test
213-STAT
drwxr-xr-x    3 g42inc     g42inc           4096 Oct 10 18:42 .
drwxrwxrwx    1 g42inc     g42inc             11 Jan 22  2010 ..
-rw-r--r--    1 g42inc     g42inc             61 Mar 24  2010 .htaccess
drwxr-xr-x    2 g42inc     g42inc           4096 Apr 12  2008 cgi-bin
-rw-r--r--    1 g42inc     g42inc            149 Sep 12  2008 index.html
-rw-r--r--    1 g42inc     g42inc             62 Sep 12  2008 main.js
-rw-r--r--    1 g42inc     g42inc              0 Oct 10 18:42 testFile.anything
213 End.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The same issue was filed some time ago in #1272. I equally blame this on the server. Have you tried upgrading the server software (PureFTPD in this case)?

@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