Changes between Initial Version and Version 1 of Ticket #4084
- Timestamp:
- Jan 16, 2010 1:43:01 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4084
- Property Component changed from core to ftp
- Property Summary changed from Upload errors - overwriting issues? to Resume fails for upload
-
Ticket #4084 – Description
initial v1 3 3 I'm trying to upload new files to my server (ftp.bic-church.org) for development, so I'm uploading the same file every couple minutes. Sometimes the file transfer works, sometimes it gives the following error: 4 4 5 6 {{{ 5 7 I/O Error: Upload Failed 6 8 /httpdocs/wm/get-involved/partnership2/botswana/partnership-handbook-v3.asp 7 9 Skipped 25159 bytes instead of 29977. 10 }}} 8 11 9 12 The transcript shows the following: 10 13 14 15 {{{ 11 16 PASV 12 17 227 Entering Passive Mode (65,61,47,111,8,190). … … 15 20 QUIT 16 21 226 Transfer complete. 22 }}} 23 17 24 18 25 Now, if I delete the file on the server, and then try the transfer, it works fine.