sftp after upload - openssh
This is a discussion on sftp after upload - openssh ; Hey there,
Is there some way to make sftp run an arbitrary command after a file upload ? *security aside..
Similar to proftpd's mod_exec module.
I'm using debian 4 but I've installed openssh-5.1p1 from source.
Thanks....
-
sftp after upload
Hey there,
Is there some way to make sftp run an arbitrary command after a file upload ? *security aside..
Similar to proftpd's mod_exec module.
I'm using debian 4 but I've installed openssh-5.1p1 from source.
Thanks.
-
RE: sftp after upload
If I am to implement it, It'd better be automatic and transparent to the user. I'm talking server side here.
-----הודעה מקורית-----
מאת: Smith, Eli [mailto:eli.smith@eds.com]
נשלח: ג 23 ספטמבר 2008 21:41
אל: Eli Shemer
נושא: RE: sftp after upload
Have you tried ! Space and your desired command?
Eli Smith
Information Analyst
EDS, an HP company
Digital Document Management (DDM)
E-mail: eli.smith@eds.com
We deliver on our commitments
so you can deliver on yours.
-----Original Message-----
From: listbounce@securityfocus.com [mailto:listbounce@securityfocus.com] On Behalf Of Eli Shemer
Sent: Tuesday, September 23, 2008 11:03 AM
To: secureshell@securityfocus.com
Subject: sftp after upload
Hey there,
Is there some way to make sftp run an arbitrary command after a file upload ? *security aside..
Similar to proftpd's mod_exec module.
I'm using debian 4 but I've installed openssh-5.1p1 from source.
Thanks.
-
RE: sftp after upload
Eli Shemer wrote:
> If I am to implement it, It'd better be automatic and transparent to the
> user. I'm talking server side here.
You might batch 'scp' (upload) and 'ssh' (run your desired commands). At
the UNIX command line, something like:
scp foo nyname@bar.com;ssh -l myname bar.com "my-command"
--
Tim Evans, TKEvans.com, Inc. | 5 Chestnut Court
UNIX System Admin Consulting | Owings Mills, MD 21117
http://www.tkevans.com/ | 443-394-3864
http://www.come-here.com/News/ | tkevans@tkevans.com