× 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.



Hello Douglas,

Am 23.04.2020 um 21:30 schrieb DEnglander@xxxxxxxxxxxxxxx:

Is it possible to send files via SFTP instead of FTP using a command line interface? If not, is there any way to send a file using SFTP from IBM i natively [not just restricted to command line interface]? We are on V7R3.

First, sftp, scp and ssh all use the same base infrastructure, ssh. Beware that because it's a different protocol than FTP, the opposite side needs to support it also. You cannot connect with sftp to a stock ftp server.

Instead of using sftp (made for interactive use, like stock FTP also), you could use scp. scp /path/to/sourcefile remotehost:/path/to/dstdir/ or vice versa. I think it's a lot less cumbersome than to steer a "made for interactive use" program. See available documentation easily to be found with Google.

All ssh stuff is available only in PASE. I don't know what exactly you mean with "natively".

:wq! PoC

PGP-Key: DDD3 4ABF 6413 38DE - https://www.pocnet.net/poc-key.asc



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.