executables » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2024-09-25 | 2024-10-11 | ||
Restored revision 1624005986. Undoing revision 1727274913. (martin) (hidden) | /stdin (65.92.80.160) (hidden) (untrusted) | ||
Line 28: | Line 28: | ||
As WinSCP is an Unicode application, you should use a TrueType console font with a full Unicode support, like "Consolas" or "Lucida Console". | As WinSCP is an Unicode application, you should use a TrueType console font with a full Unicode support, like "Consolas" or "Lucida Console". | ||
- | ==== [[redirection]] Input/Output Redirection ==== | + | /stdin |
- | For input/output redirection use standard operators: | + | |
- | * ''>'' for output redirection; | + | |
- | * ''<'' for input redirection; | + | |
- | * ''|'' for piping. | + | |
- | 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.// |