executables » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
executables 2018-05-22 | executables 2024-10-11 (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). | ||
- | |||
- | wtffF????? | ||
===== [[winscp.com]] winscp.com ===== | ===== [[winscp.com]] winscp.com ===== | ||
Line 24: | Line 22: | ||
What you can do with it: | What you can do with it: | ||
* Supports console mode only, but allows [[#redirection|input/output redirection]]; | * Supports console mode only, but allows [[#redirection|input/output redirection]]; | ||
- | * When run from another console application (such as standard Windows console/command-line window, i.e. ''cmd.exe''), it inherits its console((''winscp.exe /console'' would pop up in new console window.)). | + | * When run from another console application (such as standard Windows console/command-line window, i.e. ''cmd.exe''), it inherits its console.((''winscp.exe /console'' would pop up in new console window.)) |
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". | ||
- | askldjalkdlkanskjn kjfnkljasn fkljansdfk ln | ||
==== [[redirection]] Input/Output Redirection ==== | ==== [[redirection]] Input/Output Redirection ==== | ||
Line 37: | 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.// |