Editing File
|
||
RMIAdmin allows you to edit remote file locally, you could then easily update the content of
remote file as if you are doing the update on local computer.
In practical, you could even modify the source code of a program from remote server, and compile it using Remote Command Execution. One major improvements made to this function is that the editor now support large file size (e.g. over 1MB). With the implementation on buffering, large files is broken down into various segment (based on the buffer value, maximum 1MB). For example, if you set the buffered value to 1MB, this simply means that when the file is loaded, only 1MB of data will be fetched to the current page/view of the editor, and you could view the remaining portion of the file by moving to the next page, in which next 1MB of data will be fetched and displayed. You could of course, change the buffer value anytime when editing the file, and the entire file will be reloaded into the editor when you apply the new buffer settings. Simply right click any preferred file from either File Transfer / File Browser Workspace and select "Edit" to begin editing. ![]() Set the Buffer Size
Move to Next page
Move to Previous page
Reload the entire file
Save the modified file
Cancel modifying the file
Related Topics: |
||
|
||
|