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



as an aside, I saw that recently Kevin A and friends released "sshpass" in IBMiOSS


Bryan

John Yeung wrote on 11/30/2020 9:05 AM:
I'm curious which method of SFTP you used with Python ?

I found that the Python FTP_TLS component in ftplib works nicely.

TLS is not related at all to SFTP. SFTP is file transfer via SSH. FTP
which is secured via TLS is called FTPS.

But, FWIW, he said he used "pExpect" (capitalization schemes vary),
which is a Python implementation of the venerable Expect.

The normal recommendation for using Python as a scripting language for
SFTP, at least among Python community "natives", is to use Paramiko,
or libraries built on top of Paramiko such as pysftp (which is what I
use and recommend).

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.