Re: Looking for Recommendations
From: Kai Raven (k.raven_at_freenet.de)
Date: 03/26/04
- Previous message: Michael Favor: "Re: Error: "Cannot initialize SFTP protocol. Is the host running a SFTP server?" - thanks!"
- In reply to: D: "Looking for Recommendations"
- Next in thread: Nico Kadel-Garcia: "Re: Looking for Recommendations"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 26 Mar 2004 20:06:23 +0100
Hi,
On Fri, 26 Mar 2004 16:01:58 GMT you wrote:
> I have LINUX box sitting outside our internal lan and files will be
> written to a specific folder on an ongoing basis. The FTP uses SSH
> technoligy as this contains "sensitive" data. I need a client that
> I can call from Windoze, that can connect to the selected LINUX
> folder and get ALL the files that are presently in that directory.
> - There is no file naming conventions ( i.e. there may be 0 to 1000
> files with all completly different file names)
pscp -r sessionprofile:/path c:\local\path
to get all dirs/files recursively
or
pscp sessionprofile:/path/* c:\local\path
to get all files under path
assuming, that you have created a session profile with putty before
and added the identity with pageant.
Otherwise try
pscp -i c:\local\path\id.ppk [-P remoteport] user@host:/path/*
c:\local\path
for example.
-- Ciao Kai HP: http://kai.iks-jena.de/ Blog: http://rabenhorst.blogg.de/ GnuPG-Key: 0x76C65282 ICQ:146714798
- Previous message: Michael Favor: "Re: Error: "Cannot initialize SFTP protocol. Is the host running a SFTP server?" - thanks!"
- In reply to: D: "Looking for Recommendations"
- Next in thread: Nico Kadel-Garcia: "Re: Looking for Recommendations"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|