Ryan --

Let's see, here...  You're planning to write an scp replacement in php
and so this is on topic, right? ;-)

...and then Ryan A said...
% 
% Hi,
% I'm on a win2k pro machine and need to copy a modified httpd.conf file to my
% linux box,

Step 1: reformat your w2k box and run linux.  All problems solved :-)


% I dont really know much about SSH and just learned a bit with my pals help
% (google)
% 
% I am able to navigate around the directories, get a directory listing and
% delete...am unable to copy files from my harddisk for some reason....

ssh (here putty.exe) is for doing things on the remote system; it's a
secure telnet program.

scp (here pscp.exe) is for copying things back and forth; it (and sftp,
available sometimes and perhaps here as psftp.exe) is a secure ftp program.


% 
...
% and also
% cp filename /remote/path/

Try

  c:
  cd \path\to\filename
  pscp filename [EMAIL PROTECTED]:/path/to/filename

and then enter the password for "user".


HTH & HAND

:-D
-- 
David T-G                      * There is too much animal courage in 
(play) [EMAIL PROTECTED] * society and not sufficient moral courage.
(work) [EMAIL PROTECTED]  -- Mary Baker Eddy, "Science and Health"
http://justpickone.org/davidtg/      Shpx gur Pbzzhavpngvbaf Qrprapl Npg!

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to