Quote:
Originally posted by EwarWoo
[R] 426 Connection closed: The specified network name is no longer available.
[L] 426 Data connection: Illegal seek.
[R] Transfer Failed!
|
Which FTP server is sending and which is receiving?
I am guessing that R (right) is the receiving server and L (left) is the sending server. The 'Illegal seek' message is probably a drive or file system error (or a bug), which then caused the data connection (transfer) to be aborted. When the receiving server attempts to receive data, the ERROR_NETNAME_DELETED (The specified network name is no longer available.) error is returned since the connection is no longer valid.