Differences
This shows you the differences between the selected revisions of the page.
2025-01-26 | 2025-01-26 | ||
no summary (174.229.180.93) (hidden) (untrusted) | no summary (174.229.180.93) (hidden) (untrusted) | ||
Line 30: | Line 30: | ||
- | ===== [[commands]] Commands ===== | ||
- | The following commands are implemented. | ||
- | To see help for the command, read respective documentation article below or type command ''[[scriptcommand_help|help <command>]]'' directly in console. | ||
- | |||
- | ^ Command ^ Description ^ | ||
- | | [[scriptcommand_call|call]] | Executes arbitrary remote shell command | | ||
- | | [[scriptcommand_cd|cd]] | Changes remote working directory | | ||
- | | [[scriptcommand_checksum|checksum]] | Calculates checksum of remote file | | ||
- | | [[scriptcommand_chmod|chmod]] | Changes permissions of remote file | | ||
- | | [[scriptcommand_close|close]] | Closes session | | ||
- | | [[scriptcommand_cp|cp]] | Duplicates remote file | | ||
- | | [[scriptcommand_echo|echo]] | Prints message onto script output | | ||
- | | [[scriptcommand_exit|exit]] | Closes all sessions and terminates the program | | ||
- | | [[scriptcommand_get|get]] | Downloads file from remote directory to local directory | | ||
- | | [[scriptcommand_help|help]] | Displays help | | ||
- | | [[scriptcommand_keepuptodate|keepuptodate]] | Continuously reflects changes in local directory on remote one | | ||
- | | [[scriptcommand_lcd|lcd]] | Changes local working directory | | ||
- | | [[scriptcommand_lls|lls]] | Lists the contents of local directory | | ||
- | | [[scriptcommand_ln|ln]] | Creates remote symbolic link | | ||
- | | [[scriptcommand_lpwd|lpwd]] | Prints local working directory | | ||
- | | [[scriptcommand_ls|ls]] | Lists the contents of remote directory | | ||
- | | [[scriptcommand_mkdir|mkdir]] | Creates remote directory | | ||
- | | [[scriptcommand_mv|mv]] | Moves or renames remote file | | ||
- | | [[scriptcommand_open|open]] | Connects to server | | ||
- | | [[scriptcommand_option|option]] | Sets or shows value of script options | | ||
- | | [[scriptcommand_put|put]] | Uploads file from local directory to remote directory | | ||
- | | [[scriptcommand_pwd|pwd]] | Prints remote working directory | | ||
- | | [[scriptcommand_rm|rm]] | Removes remote file | | ||
- | | [[scriptcommand_rmdir|rmdir]] | Removes remote directory | | ||
- | | [[scriptcommand_session|session]] | Lists connected sessions or selects active session | | ||
- | | [[scriptcommand_stat|stat]] | Retrieves attributes of remote file | | ||
- | | [[scriptcommand_synchronize|synchronize]] | Synchronizes remote directory with local one | | ||
===== [[console]] The Console Interface Tool ===== | ===== [[console]] The Console Interface Tool ===== |