[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [rhn-users] copying to remote destination



I suggest scp as well. Use the following syntax

scp /localpath/localfilename remoteuser remotehost:/remotepath/remotefilename

<remoteuser> is optional, but as scp uses ssh, you may have to specify a login 
name that will let you access the remote machine if you're current username 
cannot. You will be prompted for the password. I like it especially if I'm 
copying over a single file. No delays as experienced with ftp.


On Thursday 03 July 2003 03:42, Marco Ferretti wrote:
> or simply use rcp or scp  
>  
> -------Original Message-------
>  
> From: rhn-users redhat com
> Date: giovedì 3 luglio 2003 8.11.21
> To: 'rhn-users redhat com'
> Subject: RE: [rhn-users] copying to remote destination
>  
> Use ftp command,
> ftp 172.10.10.1
> cd /home/usr10
> put filename.ext "to copy file to"
> get filename.ext "to copy file from"
>  
> Noite: to copy binary files, before put command type in bin first.
>  
>  
> -----Original Message-----
> From: Inspirational Michael [mailto:mcrawley jenaipower net]
> Sent: Wednesday, July 02, 2003 9:52 PM
> To: rhn-users redhat com
> Subject: [rhn-users] copying to remote destination
>  
>  
> Hello,
>  
> Sorry to disturb you for this, however, I find the documentation lacking.
>  
>   I would be grateful if you could illustrate the command syntax to
> copying
 to/from present location/remote location.
>  
> Thus, if copying from
>  
> Local Machine to Remote Machine
> /home/usr7 to 172.10.10.1/home/usr10
>  
> or vice versa,
>  
> Remote Machine that has been telnetted into -to- local machine...
>  
>   what is the exact syntax? Please illustrate both options. We can not
> find
 such an example in any of the many, many Linux documentation sets
> that our library possesses.
>  
> Thanks in advance,
> Michael C.
>  
>  
>  
> _______________________________________________
> rhn-users mailing list
> rhn-users redhat com
> https://www.redhat.com/mailman/listinfo/rhn-users
>  
>  
> _______________________________________________
> rhn-users mailing list
> rhn-users redhat com
> https://www.redhat.com/mailman/listinfo/rhn-users
>  
> __________ NOD32 1.439 (20030616) Information __________
>  
> This message was checked by NOD32 Antivirus System.
> http://www.nod32.com
>  
>  
> .




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]