New to InMotion. Trying to ftp upload files using wput and I get receive errors. FileZilla works fine.
I am trying to upload files from my home server to my new InMotion host. I've used FileZilla to create the directories and have transferred to and from the host using Filezilla. I can download files using wget, but uploading with wput fails. Login is ok, but I get this in response:
Receive-Error: read() failed. Read '' so far. (errno: Success (0))
Receive-Error: Connection broke down.
09:47:47 (update_20200624093552.log) - ` 2.01M/s' [528]
Waiting 10 seconds... Receive-Error: read() failed. Read '' so far. (errno: Success (0))
Receive-Error: Connection broke down.
I was able to get scp working, thank you for the suggestion, but the default port on scp failed. I needed to use -P 2222 in order to get the operation to succeed. Also the referenced article was ambiguous about which key (public or private) to use when. I finally got it working after trying a number of permutations.
Net: My problem has been solved, thank you for your help.