executables » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2020-12-03 | 2020-12-03 | ||
5.18 With SFTP protocol files can be streamed to stdout and from stdin in scripting (martin) | .NET assembly (martin) | ||
Line 36: | Line 36: | ||
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. &beta_feature | 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. &beta_feature | ||
- | 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 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.// |