in reply to Re: net ftp recursive - rls and rdir
in thread net ftp recursive - rls and rdir
It isn't complicated if you add functionality incrementally. Have you gotten the code you have working with what we gave you so far? That will give you a list of the files in a text file. Then grep that list for the ones you want. Then you just need a function to ftp each file that grep returns.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: net ftp recursive - rls and rdir
by Anonymous Monk on Sep 11, 2012 at 03:10 UTC | |
by poori (Initiate) on Sep 11, 2012 at 07:01 UTC |