Re: [OCLUG-Tech] Automatic upload of files to server

2009-05-14 Thread Michael Walma
Sorry, but I need to correct myself. SSH_ORIGINAL_COMMAND won't actually be useful; it does not even include the destination filename as supplied by the invoking user. Michael Michael Walma wrote: > If you want to try for fancier per-user file names, the > SSH_ORIGINAL_COMMAND environment variab

Re: [OCLUG-Tech] Automatic upload of files to server

2009-05-14 Thread Michael Walma
One thing you could do is use the "command=" option in the .ssh/authorized_keys file to force execution of a particular command when ssh/scp is run using a particular public key. You could then write a small bash or perl script to force scp and force it to the file of your choice. For example, pu

Re: [OCLUG-Tech] Automatic upload of files to server

2009-05-14 Thread Mark Little
On Wed, 13 May 2009 23:15:49 -0400, John C Nash wrote: > I'm trying to get various statisticians to run performance tests on > their machinery and have my "tester" put the results (roughly 30K file > per run) onto my server. I can do this in a cross-platform way with scp > (pscp in Windows, not

Re: [OCLUG-Tech] Automatic upload of files to server

2009-05-14 Thread Jeffrey Moncrieff
ttawa jeffrey.moncri...@yahoo.ca From: "Rosberg, Michael" To: John C Nash ; "linux@lists.oclug.on.ca" Sent: Thursday, May 14, 2009 9:52:49 AM Subject: RE: [OCLUG-Tech] Automatic upload of files to server > I'm trying to get various statisti

Re: [OCLUG-Tech] Automatic upload of files to server

2009-05-14 Thread Jeffrey Moncrieff
...@yahoo.ca From: Spencer Cheng To: linux@lists.oclug.on.ca Sent: Thursday, May 14, 2009 10:03:59 AM Subject: Re: [OCLUG-Tech] Automatic upload of files to server On May 13, 2009, at 23:15, John C Nash wrote: > I'm trying to get various statistician

Re: [OCLUG-Tech] Automatic upload of files to server

2009-05-14 Thread Spencer Cheng
On May 13, 2009, at 23:15, John C Nash wrote: I'm trying to get various statisticians to run performance tests on their machinery and have my "tester" put the results (roughly 30K file per run) onto my server. I can do this in a cross-platform way with scp (pscp in Windows, not sure on Mac

RE: [OCLUG-Tech] Automatic upload of files to server

2009-05-14 Thread Rosberg, Michael
> I'm trying to get various statisticians to run performance tests on > their machinery and have my "tester" put the results (roughly 30K file > per run) onto my server. I can do this in a cross-platform way with scp > (pscp in Windows, not sure on Mac yet, but there should be an scp > client). How

Re: [OCLUG-Tech] Automatic upload of files to server

2009-05-13 Thread Dan Langille
John C Nash wrote: > I'm trying to get various statisticians to run performance tests on > their machinery and have my "tester" put the results (roughly 30K file > per run) onto my server. I can do this in a cross-platform way with scp > (pscp in Windows, not sure on Mac yet, but there should be an

[OCLUG-Tech] Automatic upload of files to server

2009-05-13 Thread John C Nash
I'm trying to get various statisticians to run performance tests on their machinery and have my "tester" put the results (roughly 30K file per run) onto my server. I can do this in a cross-platform way with scp (pscp in Windows, not sure on Mac yet, but there should be an scp client). However,