Option Syntax | Optional or Mandatory | Description |
-h hostname | Mandatory (See Note) | Specifies the host, upon which the source ifpServer is running. If -a and -b are not specified, then this also specifies the host upon which the destination ifpServer is running. |
-p port | Mandatory (See Note) | Specifies the port, upon which the source ifpServer is running. If -a and -b are not specified, then this also specifies the port upon which the destination ifpServer is running. |
-s sourceUser | Mandatory | Specifies the source user from which files will be moved from. |
-d destUser | Mandatory | Specifies the destination user to which files will be moved to. |
-c | Optional | If specified, copy data only, do not move it. By default, the data is moved. |
-a host2 | Optional | Specifies the host, upon which the destination ifpServer is running. This switch is not necessary if you are copying/moving files between users on the same server. |
-b port2 | Optional | Specifies the port, upon which the destination ifpServer is running. This switch is not necessary if you are copying/moving files between users on the same server. |
The program will list the various categories that are valid.
The user chooses a category and an inventory is shown of the data owned
by the "sourceUser". The user chooses the file to move and the
program
moves the file. Then the program displays the updated inventory.
camper > moveGFEData -h polaris -p 98000000 -s mark -d mark1
******************* MoveGFEData ******************
SourceUser: mark
DestinationUser: mark1
***** Tools, Procedures, Utilities, Formatters *****
Current Inventory for User: mark
0. Exit
-1. ALL entries
1. SnowAmt_SmartTool
2. ISC_Tool
3. AdjustDown_wTaper
Enter number to move from mark to mark1
2
Current Inventory for User: mark
0. Exit
-1. ALL entries
1. SnowAmt_SmartTool
2. AdjustDown_wTaper
Enter number to move from mark to mark1
0
camper >