Opened on Oct 2, 2010 at 4:37:19 PM
#5256 closed defect (thirdparty)
I/O Error: Upload failed
Reported by: | https://www.google.com/accounts/o8/id?id=aitoawloaowh_aaeba2hjttfl7dotqvvq7xb70w | Owned by: | dkocher |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ftp | Version: | 3.6.1 |
Severity: | normal | Keywords: | |
Cc: | Architecture: | Intel | |
Platform: | Mac OS X 10.6 |
Description
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.
Change History (3)
comment:1 Changed on Oct 5, 2010 at 1:39:47 PM by dkocher
- Component changed from core to ftp
comment:2 Changed on Oct 10, 2010 at 5:45:14 PM by https://www.google.com/accounts/o8/id?id=aitoawloaowh_aaeba2hjttfl7dotqvvq7xb70w
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.
comment:3 Changed on Oct 10, 2010 at 5:52:17 PM by dkocher
- Resolution set to thirdparty
- Status changed from new to closed
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)?
Note: See
TracTickets for help on using
tickets.
Please post the transcript from View → Log Drawer.