5 pts.
 Using MGET FTP command
Does anyone know how may I get files with the same beginings as abc*.* in different directories inside of the main directory using mget.

Any help would be appreciated



Software/Hardware used:
ASKED: December 14, 2010  2:38 AM
UPDATED: December 14, 2010  2:52 PM

Answer Wiki:
You could do it this way: <pre>mget subdir1/abc* subdir2/abc* subdir3/subdir4/abc*</pre> This will work on most ftp clients. -CarlosDL ------------------------------- Here u didn't mention which OS u r using ! I am guessing, on Linux. mget copies one or more remote files to the local computer. mget can get multiple files with a wildcard, but it won’t do it recursively. Even with a client like ncftp, u can’t specify a pattern with a recursive get. there may be an ftp client out there that will do this, but the standard ftp will never do this. Instead it is better to try for rsync.
Last Wiki Answer Submitted:  December 14, 2010  2:52 pm  by  Subhendu Sen   22,035 pts.
All Answer Wiki Contributors:  Subhendu Sen   22,035 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _