Differences
This shows you the differences between the selected revisions of the page.
2019-11-05 | 2019-11-05 | ||
no summary (27.255.199.52) (hidden) (untrusted) | Restored revision 1572941913. Undoing revision 1572977208. (martin) (hidden) | ||
Line 12: | Line 12: | ||
Before starting you should: | Before starting you should: | ||
- | * [**[guide_install|Have WinSCP installed]]; | + | * [[guide_install|Have WinSCP installed]]; |
* [[guide_connect|Know how to connect to your FTP/SFTP account]]. | * [[guide_connect|Know how to connect to your FTP/SFTP account]]. | ||
Line 18: | Line 18: | ||
To automate operation, you need to find out [[scripting#commands|commands]] necessary to implement it. For simple operations you need at least to: | To automate operation, you need to find out [[scripting#commands|commands]] necessary to implement it. For simple operations you need at least to: | ||
* Open session using ''[[scriptcommand_open|open]]'' command. | * Open session using ''[[scriptcommand_open|open]]'' command. | ||
- | * Perform operation. For [[task_upload|uploads]] use ''[[scriptcommand_put|put]]'' command. For [[task_download|downloads]] use ''[[scriptcommand_get**|get]]'' command. For [[task_synchronize_full|synchronization]] use ''[[scriptcommand_synchronize|synchronize]]'' command. For other operations, see [[scripting#commands|supported commands]]. | + | * Perform operation. For [[task_upload|uploads]] use ''[[scriptcommand_put|put]]'' command. For [[task_download|downloads]] use ''[[scriptcommand_get|get]]'' command. For [[task_synchronize_full|synchronization]] use ''[[scriptcommand_synchronize|synchronize]]'' command. For other operations, see [[scripting#commands|supported commands]]. |
* Exit scripting using ''[[scriptcommand_exit|exit]]'' command. | * Exit scripting using ''[[scriptcommand_exit|exit]]'' command. | ||