Hi,
I am trying to send a simple file to my count pythonanywhere using curl an sftp protocol.
which is te right way to do that? I even try these commands and didnt have success...
curl -k "sftp://wakimsaba@ssh.pythonanywhere.com" --user "myuser:mypasswd" -T "teste.txt"
curl -k "sftp://wakimsaba@ssh.pythonanywhere.com:22" --user "myuser:mypasswd" -T "teste.txt"
curl -k "sftp://ssh.pythonanywhere.com:22" --user "myuser:mypasswd" -T "teste.txt"
Best regards!!
wakim
[formatted by admin]