Forum > Networking and Web Programming
Free SFTP client code for Mac?
rvk:
If you can get LibSSH2 for the mac working (like PierceNg mentioned) you can start by looking at SimpleSFTP.pas from http://synapse.ararat.cz/files/contrib/ (download sftp.zip there). The 'problem' is that that one is using CryptLib (which isn't freely distributable).
I've got a working example (attached) with SimpleSFTP.pas for libssh2.dll.
I Tested it under Windows with test.rebex.net port 22.
There are other SFTP test-sites for clients here: https://www.sftp.net/public-online-sftp-servers
AnthonyTekatch:
Thanks for your help, I will dig into that later.
I took the easy way out for now and got expect to do the sftp password entry on Linux and a Mac:
https://forum.lazarus.freepascal.org/index.php/topic,7610.msg430509.html#msg430509
Navigation
[0] Message Index
[*] Previous page