Re: Transfering all types of files from one machine to another

2015-02-06 Thread Andreas Schneider
On Thursday 05 February 2015 11:19:21 Caspar Romot wrote: Hello, I am trying to implement libssh’s sftp api to copy all sorts of files from one machine to another via an ssh session. How would i go about it? As far as i can see looking at the sftp api there is only a way to create text

Transfering all types of files from one machine to another

2015-02-05 Thread Caspar Romot
Hello, I am trying to implement libssh’s sftp api to copy all sorts of files from one machine to another via an ssh session. How would i go about it? As far as i can see looking at the sftp api there is only a way to create text files and read them. But what if i need to send .exe files for