Closed Dlanis closed 3 years ago
This may have something to do with the particular file you are trying to send because of file descriptor error. Especially since it appears to have been caused by something tarfile was trying to send ending up being sent by server.
This may have something to do with the particular file you are trying to send because of file descriptor error. Especially since it appears to have been caused by something tarfile was trying to send ending up being sent by server.
I agree, this kind of error happens when the remote side cancels the transfer.
Arguably I could try to catch that error and give a nicer error message.
Now works nice,,,