SFTP

This forum is for general support of Xbase++
Post Reply
Message
Author
User avatar
rdonnay
Site Admin
Posts: 4728
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

SFTP

#1 Post by rdonnay »

Has anyone done anything with SFTP?

I have a requirement to upload files to a site via SFTP.
I found a free .EXE that will do this but would like something a bit more seamless.

http://winscp.net/eng/download.php
The eXpress train is coming - and it has more cars.

reganc
Posts: 257
Joined: Thu Jan 28, 2010 3:08 am
Location: Hersham, Surrey, UK
Contact:

Re: SFTP

#2 Post by reganc »

Did you mean FTPS?

If so, xb2Net can do that, I believe...
Regan Cawkwell
Real Business Applications Ltd
http://www.rbauk.com

User avatar
rdonnay
Site Admin
Posts: 4728
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: SFTP

#3 Post by rdonnay »

No. That's what I originally thought we were supposed to use. We thought that they made a typo error. I wasted several hours with Xb2Net trying with FTPS.

Then I searched the internet and found this:

http://www.codeguru.com/csharp/.net/net ... php/c14329

We are working with a bank site and they support only SFTP.
The eXpress train is coming - and it has more cars.

yardenmo
Posts: 1
Joined: Wed Oct 19, 2022 1:46 am

Re: SFTP

#4 Post by yardenmo »

Hi,
I have the the same requirement you had, to upload files to a SFTP server.
Did you find a way to do it using a command line tool? I have heard of curl.exe, and looking for some other ways.

User avatar
Tom
Posts: 1167
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: SFTP

#5 Post by Tom »

We use the chilkat library for that. Command line tools are too hard to control. Chilkat works great and is easy to integrate.

Unfortunately, the chilkat version supporting SFTP isn't for free.

https://www.chilkatsoft.com/
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

Post Reply