Differences

This shows you the differences between the selected revisions of the page.

scriptcommand_call 2017-11-21 scriptcommand_call 2025-03-06 (current)
Line 1: Line 1:
-====== call ======+====== call command ======
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. Not supported with WebDAV protocol.+With FTP protocol, executes a protocol command. Not supported with WebDAV and S3 protocols.
===== Syntax ===== ===== Syntax =====
Line 7: Line 7:
  call <command>   call <command>
-===== Remarks =====+===== [[remarks]] 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.
Line 23: Line 23:
===== Examples ===== ===== Examples =====
<code winscp> <code winscp>
-call mysqldump --opt -u admin --password=v2v --all-databases > all_databases.sql+call mysqldump --opt -u USERNAME --password=PASSWORD --all-databases > all_databases.sql
</code> </code>
<code winscp> <code winscp>

Last modified: by 103.71.40.2