Discussion:
FTP upload bug?
Nate Sutton
2013-01-15 00:05:53 UTC
Permalink
When I try to upload to a host that has run out of storage capacity, it will keep retrying indefinitely. This is the debug output:

-----------------------------------------

---- Closing data socket

copy: put rolled back to 0, seeking get accordingly

---> PASV

<--- 227 Entering Passive Mode (176,9,48,238,135,46).

---- Connecting data socket to (176.9.48.238) port 34606

---- Data connection established

---> STOR /12345.mp4

<--- 150 Opening BINARY mode data connection for /12345.mp4

<--- 451 Transfer aborted. Input/output error

---- Closing data socket

copy: put rolled back to 0, seeking get accordingly

-----------------------------------------

It just repeats forever and ever. Any idea how we might fix this?
--
Nate Sutton
Loading...