Question:
I need to move some files on my remote SFTP server, and I was wondering if/how I could do that using CkoSFtp (which I am using already).
My initial thought would be to use a SITE command. Is there any way to send a command using CkoSFTP ?
Otherwise, using CkoSsh would be the most sensible answer I guess...