The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



Thread: move files
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 07-31-2007
zazzybob's Avatar
zazzybob zazzybob is offline
Registered Geek
 

Join Date: Dec 2003
Location: Melbourne, Australia
Posts: 2,100
It sounds like you are using a Windows laptop and are attempting to copy the files to a *nix server of some description.

Your best bet is to download pscp which comes as part of the PuTTY ssh client package (Google for "putty download").

Then you can just

pscp.exe path_to_source_files/* my_unix_username@unix_server:/path/to/destination

Make sure your UNIX user account has the appropriate permissions on the destination directory.

Cheers,
ZB
Reply With Quote