We have to send a text file every day to our vendor using SFTP(Scure File Transfer protocol). We are windows platform and using visual basic we want to do that. Any Ideas about SFTP with Win32 will be helpful for us.
Thanks,
Sam.
Printable View
We have to send a text file every day to our vendor using SFTP(Scure File Transfer protocol). We are windows platform and using visual basic we want to do that. Any Ideas about SFTP with Win32 will be helpful for us.
Thanks,
Sam.
How are you currently sending the file? Outlook ?
I guess you should use Winsock and connect to this server (to the 115 remote port) and send it. Sorry.... but that's all the help I can provide.
Currently we are sending using MAPI.
Sam.