You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am uploading a single file test.txt to a server. This leads to a put to /test.txt and that is failing. Tweaking the code so that the put uses ./test.txt or test.txt and it works fine. Is this an issue others have faced, or is it an idiosyncrasy of the sftp server I'm connecting to (from a larger hosting company)?
The text was updated successfully, but these errors were encountered:
I am uploading a single file
test.txt
to a server. This leads to a put to/test.txt
and that is failing. Tweaking the code so that the put uses./test.txt
ortest.txt
and it works fine. Is this an issue others have faced, or is it an idiosyncrasy of the sftp server I'm connecting to (from a larger hosting company)?The text was updated successfully, but these errors were encountered: