- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Microsoft
- >
- How to rcp file from windows to linux
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-11-2007 11:05 PM
тАО03-11-2007 11:05 PM
I tried rcp -a 192.168.0.1.myname:test.txt 192.168.0.2.myname:\tmp but not work , can advise how to do it ? thx
RCP [-a | -b] [-h] [-r] [host][.user:]source [host][.user:] path\destination
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2007 07:56 AM
тАО03-12-2007 07:56 AM
SolutionExample:
Start -> run -> cmd
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\rdarling>ftp 192.100.100.199
Connected to 192.100.100.199.
220 L1000 FTP server (Version 1.1.214.8 Fri Apr 20 07:27:42 GMT 2001) ready.
User (192.100.100.199:(none)): root
331 Password required for root.
Password:
230 User root logged in.
ftp> cd /tmp
250 CWD command successful.
ftp> get tztab
200 PORT command successful.
150 Opening ASCII mode data connection for tztab (11935 bytes).
226 Transfer complete.
ftp: 12333 bytes received in 0.00Seconds 12333000.00Kbytes/sec.
tztab file is in C:\Documents and Settings\rdarling
Even easier if you get a GIU ftp program, such as FTP Voyager.
RD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2007 02:43 PM
тАО03-12-2007 02:43 PM
Re: How to rcp file from windows to linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2007 08:24 PM
тАО03-12-2007 08:24 PM
Re: How to rcp file from windows to linux
You are better off using the secure alternative Putty/SSH. Download the programs from this link:
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
They don't need any installation, just copying to the drive, though you can add the directory to your $PATH for extra convenience. There are then two alternatives:
pscp file user@host:/path/file
and
psftp hostname
The second is better for sending multiple files, the first is more direct and can be scripted and automated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-25-2007 11:33 PM
тАО03-25-2007 11:33 PM
Re: How to rcp file from windows to linux
never tried WINSCP?
I think it's the best one!!!
Pasquino