107
Performing file operations
Display the specified directory or file information; display file contents; rename, copy, move, remove, restore,
and delete files. Create a file by copying, downloading or using save.
Displaying file information
Task Command Remarks
Display file or directory information. dir [ /all ] [ file-url ]
Required.
Available in user view.
Displaying file contents
Task Command
Remarks
Display the contents of a file. more file-url
Required.
Only a .txt file can be displayed.
Available in user view.
Renaming a file
Task Command
Remarks
Rename a file. rename fileurl-source fileurl-dest
Required.
Available in user view.
Copying a file
Task Command
Remarks
Copy a file. copy fileurl-source fileurl-dest
Required.
Available in user view.
Moving a file
Task Command
Remarks
Move a file. move fileurl-source fileurl-dest
Required.
Available in user view.