|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
How to ftp mget a directory with all subdirectories?
I was trying to find an effective way to download a set of files/folders from ftp using shell script... It's hard to beleive that the only way you can download a directory with all subdirectories is to open each subdir individually and then use MGET * for downloading files. What if the set of dir/subdirs always change? Change the script every time?
Is there a way or routine everyone uses to solve this problem? Maybe FOREACH T (`ls -x`) may help? I am a new in unix programming. Any comments are apreciated. Thanks |
|
#3
|
|||
|
|||
|
Thanks a lot! That's exactly what I was looking for!
|
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > How to ftp mget a directory with all subdirectories? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|