executables » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2018-06-07 | 2018-06-07 | ||
gay (151.188.201.168) (hidden) (untrusted) | Restored revision 1522230613. Undoing revision 1528386066. (martin) (hidden) | ||
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". | ||
- | **GAY** | + | ==== [[redirection]] Input/Output Redirection ==== |
+ | For input/output redirection use standard operators: | ||
+ | ··* ''>'' for output redirection; | ||
+ | ··* ''<'' for input redirection; | ||
+ | ··* ''|'' 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]].// |