executables » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2019-03-07 | 2019-07-31 | ||
Restored revision 1541772066. Undoing revision 1551967554. (martin) (hidden) | no summary (163.191.29.3) (hidden) (untrusted) | ||
Line 17: | Line 17: | ||
* 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). | ||
- | ===== [[winscp.com]] winscp.com ===== | + | open sftp://greg.lovekamp:password@moveit.illinois.gov/ |
- | The ''winscp.com'' executable is a simple tool that internally runs ''winscp.exe'' and provides console interface for it. Its primary purpose is [[scripting]]. | + | get -latest /Distribution/CMS/PayTracking/SERS/DAILY.CHANGE.*.CSV \\serdoman\srsshare\DBDUMPS1\FtpDrops\InsurancePremiums\HistoryMorneauShepellFiles\ |
- | + | get -latest /Distribution/CMS/PayTracking/SERS/DAILY.CHANGE.*.CSV \\serdoman\srsshare\DBDUMPS1\FtpDrops\InsurancePremiums\DAILY.CHANGE.CSV | |
- | What you can do with it: | + | exit |
- | · * 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.)) | + | |
- | + | ||
- | 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". | + | |
==== [[redirection]] Input/Output Redirection ==== | ==== [[redirection]] Input/Output Redirection ==== |