I’m not sure how comfortable you are working with Terminal, but this works:
curl -T MyFileToUpload.txt ftp://myusername:mypassword@ftp.myhost.com/directory/
(and can be repeated with two keystrokes: “Up, Enter”)
I’m not sure how comfortable you are working with Terminal, but this works:
curl -T MyFileToUpload.txt ftp://myusername:mypassword@ftp.myhost.com/directory/
(and can be repeated with two keystrokes: “Up, Enter”)