SFTP - SSH File Transfer Protocol

Forums for specific tips, techniques and example code
concord
Posts: 47
Joined: Wed Mar 23, 2011 2:07 pm

SFTP - SSH File Transfer Protocol

Postby concord » Wed Nov 20, 2013 3:06 pm

I'm almost certain that CardSchema's FTP does not support SFTP.

Pondering an ActiveX to get this up and running ASAP.

Anyone think tinkering with CardSchema code might be a better option?

bdoolan
Posts: 19
Joined: Fri Aug 14, 2009 7:26 pm

Re: SFTP - SSH File Transfer Protocol

Postby bdoolan » Thu Nov 21, 2013 4:05 am

Hi,
It may depend on what the problem you're trying to solve is. Do you need full FTP functionality or just a simple way to securely copy files between servers.

I use openSSH, but not SFTP. At the moment I run under Linux so ssh is straight out the box. However, when I transfer to Windows for Jade 7, I plan using cygwin (see cygwin.com) which will give me openSSH, openSSL and literally hundreds of other Linux style tools and capabilities.

To copy between servers, I use scp (secure copy) which is in the same family as ssh and connects to ssh on the remote server to to the secure transfer. To avoid having passwords in scripts etc I use certificates created via openSSL to authenticate. See http://www.linuxjournal.com/article/8600 for easy to follow instructions on how to do this.

I initiate scp from the command line or via node.createExternalProcess in Jade. Just tried scp on my WIndows laptop (with cygwin installed) and it is available so this may solve your problem. Works fine for me.

Brendan

mjagers
Posts: 17
Joined: Wed Sep 22, 2010 5:22 pm

Re: SFTP - SSH File Transfer Protocol

Postby mjagers » Tue Dec 17, 2013 11:48 am

Hi, as the lead developer for the JADECare Start product (aka CardSchema), the FTP implementation provided does not cater for SFTP.

There are a lot of offerings available that provide this and within JADECare Software Corp we have used encrypted VPNs over which we use CardSchema's FTP implementation.

Regards
Martin Jagers


Return to “Tips and Techniques”

Who is online

Users browsing this forum: No registered users and 6 guests