[fpc-pascal] FPC and SSH

2016-02-05 Thread Mark Morgan Lloyd
I've come across http://forum.lazarus.freepascal.org/index.php?topic=15935.0 which suggests that there are some interface files to allow an FPC program to act as a client to an SSH server, but can't see any files attached. I don't have a particularly urgent need for this, but does anybody

Re: [fpc-pascal] FPC and SSH

2016-02-05 Thread Graeme Geldenhuys
On 2016-02-05 16:41, Mark Morgan Lloyd wrote: > but can't see any files attached. You have to be logged into the Forum's otherwise you don't see attachments like images, files etc. I didn't check, but I guess that is your problem. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI

Re: [fpc-pascal] FPC and SSH (Mark Morgan Lloyd)

2016-02-05 Thread Seth Grover
> interface files to allow an FPC program to act as a client to an SSH server, Here's a link to the interface files I use for acting as an ssh client via libssh2. I've included my libcurl headers as well. There are two versions of each, one for compile-time linking and one for dynamic loading of

Re: [fpc-pascal] FPC and SSH

2016-02-05 Thread Mark Morgan Lloyd
Graeme Geldenhuys wrote: On 2016-02-05 16:41, Mark Morgan Lloyd wrote: but can't see any files attached. You have to be logged into the Forum's otherwise you don't see attachments like images, files etc. I didn't check, but I guess that is your problem. Sounds reasonable, thanks. -- Mark