On Aug 2, 2019, at 4:25 AM, Chris Davis <[email protected]> wrote: > > Before I make a purchase of either Chilkat or West Wind Internet & Client > Tools which are both around the same price. > > At this moment its simply to get a SFTP function but both of these come with > lots of other stuff.
Such a shame. SFTP is built into Linux and MacOS, and you can use the pysftp (https://pysftp.readthedocs.io/en/release_0.2.9/) module to use SFTP directly in Python, even in Windows! -- Ed Leafe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: https://leafe.com/archives This message: https://leafe.com/archives/byMID/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

