Error during creating a directory on a SFTP Server
Hello,
I have to create a directory on a SFTP Server. I use the .net assemby 5.0.7.
I get this error message:
Is there any way to create a directory on a SFTP Server with .net?
Thanks
Olaf :D
I have to create a directory on a SFTP Server. I use the .net assemby 5.0.7.
Dim ComResult As WinSCP.CommandExecutionResult try comResult = session.ExecuteCommand("MKDIR " & strRemoteDir & strDirZeitstempel) catch ex as Exception End Try
I get this error message:
{WinSCP.SessionLocalException: Element "call" not found in the log file" & vbCrLf & " bei WinSCP.CustomLogReader.WaitForNonEmptyElement(String localName, LogReadFlags flags)" & vbCrLf & " bei WinSCP.CustomLogReader.WaitForNonEmptyElementAndCreateLogReader(String localName, LogReadFlags flags)" & vbCrLf & " bei WinSCP.Session.ExecuteCommand(String command)" & vbCrLf & " bei Export.ExportFiles() in C:\_.NET\x.vb:Zeile 146.}
Is there any way to create a directory on a SFTP Server with .net?
Thanks
Olaf :D