Differences
This shows you the differences between the selected revisions of the page.
2013-04-30 | 2013-05-14 | ||
Converting to .NET Assembly (martin) | syntax and remarks headings (martin) | ||
Line 2: | Line 2: | ||
With [[protocols|SFTP and SCP protocols]], executes arbitrary [[remote_command|remote shell command]]. | With [[protocols|SFTP and SCP protocols]], executes arbitrary [[remote_command|remote shell command]]. | ||
With FTP protocol, executes a protocol command. | With FTP protocol, executes a protocol command. | ||
+ | |||
+ | ===== Syntax ===== | ||
call <command> | call <command> | ||
+ | |||
+ | ===== Remarks ===== | ||
With SFTP protocol, that does not allow execution of arbitrary remote command, separate [[shell session]] will be automatically opened. | With SFTP protocol, that does not allow execution of arbitrary remote command, separate [[shell session]] will be automatically opened. |