The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > IP Networking
Google UNIX.COM


IP Networking Questions involving TCP/IP, Routers, Hubs, Network protocols, etc go here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
transfer file from unix to windows on same PC monika UNIX for Dummies Questions & Answers 4 05-28-2008 03:35 AM
File transfer between unix and windows server Tlg13team HP-UX 2 02-08-2008 06:40 AM
Transfer files from Unix server to Windows using FTP gjsaravanan UNIX for Dummies Questions & Answers 1 08-22-2005 04:55 PM
transfer of files via ftp from windows to unix chambala5 Shell Programming and Scripting 1 11-09-2004 06:33 AM
Trying to transfer b/w Unix and Windows dirtysparks UNIX for Dummies Questions & Answers 6 09-23-2003 10:59 AM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-03-2006
Registered User
 

Join Date: Dec 2006
Posts: 1
Stumble this Post!
How to Transfer a whole Directory from unix to windows using FTP?

Hi

I can transfer a single file and multiple file from unix to widows using get and mget command.But i dont know How to transfer a whole directory from unix to windows using command.

pls help me

Ramkumar
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 12-03-2006
...@...
 

Join Date: Feb 2004
Location: NM
Posts: 3,808
Stumble this Post!
One way for a single-level directory (no sub-directories - you have to send a tarball for that)
Code:
filenames= $(
find /path -print |\
while read $file 
do
   echo "put $file"
done )

ftp -nv<<EOF
open winnode
user $username $password
ASC
$files
bye
EOF
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 12:17 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0