| |
|
|
|
|
Wildcards |
To get every file with a ".f" extension, while in UniTree
issue the command
ftp> mget *.f
If you do not wish to be prompted before each get, issue
the command "prompt". This command toggles the prompting
option off. (By default, prompt is on when UniTree is
accessed with the command "ftp mss.ncsa.uiuc.edu" and is
prompt is off by default at all other times.)
From an ncsa production machine, issue the command
% msscmd mget '*.f'
The commands mget, mput, mdelete all work with wildcards.
The command mget will only transfer the first 500-600 files matching the wildcard. If you need to transfer more files you will need to supply a more specific pattern or preferably use tar to create a single file to transfer.
There is no wildcard for chmod and chgrp within ftp.
|
|
|
|
|
|