Does anyone know if Indy10 can be used to do SFTP (not FTPS)?
I have already found that I can do it with Synapse or use the
SFTP-component from SecureBlackBox. But since we use Indy10 I'd like to
use Indy also for SFTP.
TIA,
Ronald
> Does anyone know if Indy10 can be used to do SFTP (not FTPS)?
Indy does not have an SFTP component available. However, you can implement
SFTP yourself using TIdTCPClient. Look at RFC 913 for details:
Simple File Transfer Protocol
http://www.ietf.org/rfc/rfc0913.txt
I'll suggest adding SFTP to a later release of Indy.
Gambit