Re: [Lazarus] SSH

2013-08-05 Thread Michael Schnell
On 08/02/2013 07:10 PM, Richard Mace wrote: On 2 August 2013 09:12, Michael Schnell mschn...@lumino.de mailto:mschn...@lumino.dewrote: On 08/01/2013 05:20 PM, Richard Mace wrote: ... as many of my users will have never even seen a Linux command line before :) What

Re: [Lazarus] SSH

2013-08-05 Thread Reinier Olislagers
On 05/08/2013 10:05, Michael Schnell wrote: On 08/02/2013 07:10 PM, Richard Mace wrote: On 2 August 2013 09:12, Michael Schnell mschn...@lumino.de mailto:mschn...@lumino.dewrote: Where do pfstp and pslink come from ? Sigh. Putty. Richard mentioned that in his first post. It would be great

Re: [Lazarus] SSH

2013-08-05 Thread Michael Schnell
On 08/05/2013 10:11 AM, Reinier Olislagers wrote: Sigh. Putty. Richard mentioned that in his first post. I did suppose so, but neither pfstp nor pslink has been mentioned before Richards last post: I have currently got SSH working, by creating a TProcess in Lazarus and calling pfstp to copy

Re: [Lazarus] SSH

2013-08-02 Thread Michael Schnell
On 08/01/2013 05:20 PM, Richard Mace wrote: ... as many of my users will have never even seen a Linux command line before :) What exactly are you up to? We still don't know how the targeted setup is supposed to be. E.g. - a Windows computer in a company network that can access a Linux box

Re: [Lazarus] SSH

2013-08-01 Thread Michael Schnell
On 08/01/2013 07:48 AM, Richard Mace wrote: I am needing to add the ability to my Lazarus application to copy files to a linux server. Assuming that my application will be run on Windows, what's the best way of copying files to and from a Linux box? Ignoring the Subject I's just recommend a

Re: [Lazarus] SSH

2013-08-01 Thread Antonio Fortuny
Le 01/08/2013 09:58, Michael Schnell a écrit : On 08/01/2013 07:48 AM, Richard Mace wrote: I am needing to add the ability to my Lazarus application to copy files to a linux server. Assuming that my application will be run on Windows, what's the best way of copying files to and from a Linux

Re: [Lazarus] SSH

2013-08-01 Thread Reinier Olislagers
On 01/08/2013 09:58, Michael Schnell wrote: On 08/01/2013 07:48 AM, Richard Mace wrote: I am needing to add the ability to my Lazarus application to copy files to a linux server. Assuming that my application will be run on Windows, what's the best way of copying files to and from a Linux box?

Re: [Lazarus] SSH

2013-08-01 Thread Michael Schnell
On 08/01/2013 10:04 AM, Reinier Olislagers wrote: On 01/08/2013 09:58, Michael Schnell wrote: Why? SSH/SCP works much better/more securely if accessing servers across the internet. He did not mention Internet. -Michael -- ___ Lazarus mailing list

Re: [Lazarus] SSH

2013-08-01 Thread Michael Schnell
On 08/01/2013 10:04 AM, Reinier Olislagers wrote: Why? SSH/SCP works much better/more securely if accessing servers across the internet. No need to mess with VPNs etc. If this is internet, he might want to install a VPN and with that he can use CIFS. So his pascal project is not bothered with

Re: [Lazarus] SSH

2013-08-01 Thread Reinier Olislagers
On 01/08/2013 10:25, Michael Schnell wrote: On 08/01/2013 10:04 AM, Reinier Olislagers wrote: On 01/08/2013 09:58, Michael Schnell wrote: Why? SSH/SCP works much better/more securely if accessing servers across the internet. He did not mention Internet. That's a strange response. *He*

Re: [Lazarus] SSH

2013-08-01 Thread Mark Morgan Lloyd
Reinier Olislagers wrote: Ignoring the Subject I's just recommend a file sharing protocol such as CIFS. Why? SSH/SCP works much better/more securely if accessing servers across the internet. No need to mess with VPNs etc. But if you need to use SSH, I do know how this might work (i.e. you

Re: [Lazarus] SSH

2013-08-01 Thread Michael Schnell
On 08/01/2013 10:32 AM, Reinier Olislagers wrote: That's a strange response. *He* specified SSH, Yep. I supposed he mentioned SSH because he knows that he can access the server via PUTTY using the SSH protocol. I do exactly this with my local Linux servers. -Michael --

Re: [Lazarus] SSH

2013-08-01 Thread Michael Schnell
Yep. With SSH you don't need to transfer a username and password to do a login, once you established the appropriate keys on both sites. -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] SSH

2013-08-01 Thread Mark Morgan Lloyd
Michael Schnell wrote: On 08/01/2013 10:32 AM, Reinier Olislagers wrote: That's a strange response. *He* specified SSH, Yep. I supposed he mentioned SSH because he knows that he can access the server via PUTTY using the SSH protocol. I do exactly this with my local Linux servers. Also he

Re: [Lazarus] SSH

2013-08-01 Thread Sven Barth
Am 01.08.2013 10:29, schrieb Michael Schnell: On 08/01/2013 10:04 AM, Reinier Olislagers wrote: Why? SSH/SCP works much better/more securely if accessing servers across the internet. No need to mess with VPNs etc. If this is internet, he might want to install a VPN and with that he can use

Re: [Lazarus] SSH

2013-08-01 Thread Michael Schnell
On 08/01/2013 11:33 AM, Sven Barth wrote: In that case he could also try SSHFS which let's him mount a remote directory through SSH (I didn't test that myself though as of yet): http://en.wikipedia.org/wiki/SSHFS or here rather: http://code.google.com/p/win-sshfs/ -Michael --

Re: [Lazarus] SSH

2013-08-01 Thread Paul Breneman
On 08/01/2013 03:32 AM, Reinier Olislagers wrote: ... Anyway, I'm certainly interested in hearing about getting SCP to work using Synapse... I might be interested in adding a simple example for Synapse here: http://ctrlterm.com/ -- ___ Lazarus

Re: [Lazarus] SSH

2013-08-01 Thread Mark Morgan Lloyd
Sven Barth wrote: Am 01.08.2013 10:29, schrieb Michael Schnell: On 08/01/2013 10:04 AM, Reinier Olislagers wrote: Why? SSH/SCP works much better/more securely if accessing servers across the internet. No need to mess with VPNs etc. If this is internet, he might want to install a VPN and with

Re: [Lazarus] SSH

2013-08-01 Thread Sven Barth
Am 01.08.2013 12:25, schrieb Mark Morgan Lloyd: Sven Barth wrote: Am 01.08.2013 10:29, schrieb Michael Schnell: On 08/01/2013 10:04 AM, Reinier Olislagers wrote: Why? SSH/SCP works much better/more securely if accessing servers across the internet. No need to mess with VPNs etc. If this is

Re: [Lazarus] SSH

2013-08-01 Thread Michael Schnell
On 08/01/2013 11:21 AM, Mark Morgan Lloyd wrote: Linux server, and that's more likely to have SSH in its default configuration than Samba, NFS, RSH or even FTP. Why do you think so ? SSH is the default to access any Linux box that does not have a monitor. A server can very well be a file

Re: [Lazarus] SSH

2013-08-01 Thread Richard Mace
On 08/01/2013 07:48 AM, Richard Mace wrote: I am needing to add the ability to my Lazarus application to copy files to a linux server. Assuming that my application will be run on Windows, what's the best way of copying files to and from a Linux box? Ignoring the Subject I's just

[Lazarus] SSH

2013-07-31 Thread Richard Mace
Hi All, I am needing to add the ability to my Lazarus application to copy files to a linux server. Assuming that my application will be run on Windows, what's the best way of copying files to and from a Linux box? I've heard that the pgp command in putty might work, but I was just wondering if