26-11-19 01:27 PM
Answered! Go to Answer.
02-12-19 09:32 PM
.SshHostKeyFingerprint = "ssh-rsa "+hostKey
26-11-19 03:39 PM
27-11-19 10:11 AM
02-12-19 06:49 PM
02-12-19 09:32 PM
.SshHostKeyFingerprint = "ssh-rsa "+hostKey
17-12-20 09:34 PM
Hi!
I was developing a VBO solution for file transfer using winscp.dll and SFTP protocol and I am looking at this solution you shared. Excellent @AmiBarrett Good Job!!
Regards
20-04-22 06:58 PM
Ami Barrett,
could you help me in the use of this vbo, the following message has been presented.
Code:
Dim clsRequest As System.Net.FtpWebRequest = _
DirectCast(WebRequest.Create(FTPTargetFile), FtpWebRequest)
clsRequest.Credentials = New NetworkCredential(FTPUsername, FTPPassword)
clsRequest.Method = WebRequestMethods.Ftp.ListDirectory
Dim reader As New StreamReader(clsRequest.GetResponse().GetResponseStream())
Dim line = reader.ReadLine()
Dim lines As New DataTable
lines.Columns.Add("fileName")
Do Until line Is Nothing
lines.Rows.Add(line)
line=reader.ReadLine()
Loop
Files = lines
20-04-22 07:07 PM
05-08-24 05:38 PM
Where To find Renci.SshNet.xml .Kindly help us