Using sftp As New SFtpSession(ssh)
Dim Destination As New DiskFolder(outfile)
DirectorySeparatorPos = InStrRev(s_FTP_Path, “\”)
LocalFile = Mid(s_FTP_Path, DirectorySeparatorPos + 1)
Dim remoteFile As AbstractFile = New SFtpFile(sftp, s_FTP_Path)
Dim zf As New ZippedFile(remoteFile, sSrcPath)” getting error here
End Using
Applies to Xceed SFTP for .NET. Imported from legacy forums. Posted by kamalakar (had 96 views)