× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



On Tue, Sep 29, 2015 at 9:58 AM, Steinmetz, Paul <PSteinmetz@xxxxxxxxxx> wrote:
Most of our FTP to SFTP conversions have been done via SSH and keys, no passwords used.
Others that could not use keys, we use Expect 5.43 for PASE.

For this project, I'm leaning towards Expect 5.43 for PASE.

I think you've answered your question. It sounds like you already do
"SFTP without keys" via Expect. So why not keep doing that?

Are there other SFTP options/solutions?

Indeed there are. ;) Of course there is commercial software. If you
want to stick to free stuff, one option is iSeriesPython. I've used it
in exactly the situation you describe; i.e. superficially looks just
like FTP, with user and password to log in, but uses SFTP instead. I
have not tried IBM's official Python for PASE.

We've never used FTP RMTSYS(TEST) SECCNN(*SSL), this would require them sending us a cert, correct?

SFTP doesn't use SSL (or TLS), so the above command wouldn't work,
even with the appropriate certificates set up. The transfer protocol
which uses SSL/TLS is referred to as FTPS.

The same program or command is often used for both plain FTP and for
FTPS because FTPS *is* plain FTP, just over a connection secured by
SSL/TSL.

In contrast, SFTP is its own SSH-based transmission protocol,
technically unrelated to plain FTP at all.

John Y.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.