executables » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
| executables 2018-12-20 | executables 2025-07-18 (current) | ||
| Line 16: | Line 16: | ||
| * Using the [[commandline|command-line options]], it can be started in console mode; | * Using the [[commandline|command-line options]], it can be started in console mode; | ||
| * It can be used to execute scripts without showing any window (by omitting ''[[commandline#scripting|/console]]'' parameter). | * It can be used to execute scripts without showing any window (by omitting ''[[commandline#scripting|/console]]'' parameter). | ||
| - | |||
| - | Sara is the most awesome person | ||
| ===== [[winscp.com]] winscp.com ===== | ===== [[winscp.com]] winscp.com ===== | ||
| Line 36: | Line 34: | ||
| * ''|'' for piping. | * ''|'' for piping. | ||
| - | You can also use input/output redirection when running ''winscp.com'' from another application. //For example see [[guide_dotnet#input|Guide to SFTP transfers in .NET]].// | + | You can not only redirect normal scripting output and input, but even actual file contents. For that use [[commandline#stdout|''/stdout'']] and [[commandline#stdin|''/stdin'']] command-line switches. |
| + | |||
| + | You can also use input/output redirection when running ''winscp.com'' from another application. //For example see [[guide_dotnet#input|Guide to SFTP transfers in .NET]]. Though for this purpose, consider using [[library|WinSCP .NET assembly]] instead.// | ||