Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

any command or scripts for copying files outhere?

Status
Not open for further replies.

jayjaybigs

IS-IT--Management
Jan 12, 2005
191
CA
I am writing a shell script.

Is there any command that can copy a file from my Linux server dirrectory say:
[p4k@hrbbs]$pwd
/home/p4k/pharmload/pharmload.lst

I want to copy this file to my local directory say

C:\Miscellaneous\WrkBench\

without using FTP.

Please help
 

Or in a not security intensive environement, you can use simply rcp. It is bundeld with windows.
 
If you have SAMBA on your Linux box, you can set it up so you can map that Linux directory to a drive letter on your PC. Then you can just drag and drop the files from Windows.

Hope this helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top