Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SFTP connection

Status
Not open for further replies.

Bluejay07

Programmer
Mar 9, 2007
780
CA
Hello,

I am using VB6 and I'm looking into creating a connection to an SFTP server. I will only be downloading files, not uploading them. From the research I have done, port 22 is used but all other links I found are obsolete.

I do not know how to go about creating a connection to an sftp server. Can anyone provide me with assistance on how to accomplish this?

Thanks.

If at first you don't succeed, then sky diving wasn't meant for you!
 
I haven't found any free component that does this but I'm sure there are $$ ones around. Most appear to go for around $150-$200 per developer.

I usually use a free command-line SFTP client that uses the StdIO streams, and run it as a child process redirecting its I/O to anonymous pipes that my VB6 program then talks to.
 
Thanks for the reply Dilettante.

If at first you don't succeed, then sky diving wasn't meant for you!
 
Thank you as well fredericofonseca. Your reply is appreciated.

If at first you don't succeed, then sky diving wasn't meant for you!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top