User Profile
Collapse
-
You can also try the Ultimate SFTP component for .NET from ATP, Inc. -
I have this code:
Uploading file:
...Code:' Create a new instance. Dim client As New Sftp() ' Connect to the SFTP server. client.Connect("localhost") ' Authenticate. client.Authenticate("test", "test") ' ... ' Upload local file 'c:\test.dat' to '/test.dat'. client.UploadFile("c:\test.dat", "/test.dat") ' ... ' Disconnect.Leave a comment:
-
If you use .NET, I highly recommend this IMAP component. I found it after I had spent the whole day to try almost available components on the internet. It's better than the others. Other mail components can be found here: POP3 Component, SMTP Component. If you need mail merge (my project needs it), check out this Mail Merge component.Leave a comment:
-
If you use .NET, I highly recommend this SFTP component. I found it after I had spent the whole day to try almost available components on the internet. It's better than the others. FTP component can be found here: FTP ComponentLeave a comment:
-
No activity results to display
Show More
Leave a comment: