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
ScpClient (2016.1.0) is falling when calling Upload with the exception "scp: error: unexpected filename: "
The function is called with: scp.Upload(new FileInfo(@"C:\chunks\f671a706-d92e-4538-bc4a-037c8341149d.tar.gz"), "/root/f671a706-d92e-4538-bc4a-037c8341149d.tar.gz");
Notes - My application is running as admin on the local computer and the file exist, the application connects to the target host using root credentials.
I saw some familiar problems #516 , #515 . it says that this problem is already solved .... but I am still getting the same exception
The text was updated successfully, but these errors were encountered:
ScpClient (2016.1.0) is falling when calling Upload with the exception "scp: error: unexpected filename: "
The function is called with:
scp.Upload(new FileInfo(@"C:\chunks\f671a706-d92e-4538-bc4a-037c8341149d.tar.gz"), "/root/f671a706-d92e-4538-bc4a-037c8341149d.tar.gz");
Notes - My application is running as admin on the local computer and the file exist, the application connects to the target host using root credentials.
I saw some familiar problems #516 , #515 . it says that this problem is already solved .... but I am still getting the same exception
The text was updated successfully, but these errors were encountered: