executables » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
executables 2019-10-19 | executables 2024-10-11 (current) | ||
Line 10: | Line 10: | ||
===== [[winscp.exe]] winscp.exe ===== | ===== [[winscp.exe]] winscp.exe ===== | ||
- | The ''winscp.exe'' executable is the main one. phat cock | + | The ''winscp.exe'' executable is the main one. |
What you can do with it: | What you can do with it: | ||
Line 34: | 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.// |