executables » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2024-03-23 | 2024-03-23 (current) | ||
old revision restored (3.85.202.68) (hidden) (untrusted) | Restored revision 1624005986. Undoing revision 1711162472. (martin) (hidden) | ||
Line 1: | Line 1: | ||
- | 317 | ||
- | |||
- | |||
~~NOTOC~~ | ~~NOTOC~~ | ||
====== Executables winscp.exe and winscp.com ====== | ====== Executables winscp.exe and winscp.com ====== | ||
Line 29: | Line 26: | ||
The ''.com'' executable needs the ''.exe'' one to operate. It looks for it in the same directory where it is located itself. The ''.exe'' must have exactly the same name. | The ''.com'' executable needs the ''.exe'' one to operate. It looks for it in the same directory where it is located itself. The ''.exe'' must have exactly the same name. | ||
- | 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 ==== | ==== [[redirection]] Input/Output Redirection ==== | ||
For input/output redirection use standard operators: | For input/output redirection use standard operators: | ||
- | * ''>'' for output redirection; | + | * ''>'' for output redirection; |
- | * ''&lt;'' for input redirection; | + | * ''<'' for input redirection; |
* ''|'' for piping. | * ''|'' for piping. | ||
Line 40: | Line 37: | ||
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.// | 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.// | ||
- | |||
- | 1 |