need vb.net code for upload multiple files through SFTP

0
i need vb.net code for upload multiple files through SFTP, i try the samples but the files doen't uploaded to the server
the server is ssh server
edited 11/28/2017 3:59:42 PM
asked 11/26/2010 8:54:57 AM
add a comment

1 Answers

0

This code uploaded all the files from mydirectory on my C drive to our remote server after I had made the connection and authenticated with the remote server.

client.UploadFiles("C:\mydirectory\", "")

 
answered 11/16/2017 12:41:33 AM
add a comment

Your Answer

Not the answer you're looking for? Browse other questions tagged vb-net ftp sftp or ask your own question.