[Cyberduck-trac] [Cyberduck] #9757: Use Duck.exe CLI with variables in Batch Script

Cyberduck trac at trac.cyberduck.io
Mon Dec 12 10:52:30 UTC 2016


#9757: Use Duck.exe CLI with variables in Batch Script
------------------------+---------------------------
 Reporter:  Telestream  |         Owner:  yla
     Type:  defect      |        Status:  closed
 Priority:  normal      |     Milestone:
Component:  cli         |       Version:  5.2.2
 Severity:  normal      |    Resolution:  worksforme
 Keywords:              |  Architecture:  Intel
 Platform:  Windows 10  |
------------------------+---------------------------
Changes (by yla):

 * status:  new => closed
 * resolution:   => worksforme


Comment:

 Since it's the shell replacing the variable (and not duck itself) that
 should work as expected. The following test was successful.

 Batch file cli.bat:

 {{{
 echo %1
 "C:\Program Files (x86)\Cyberduck CLI\duck.exe" %1
 }}}

 Then running `cli.bat --help` prints the help text.

--
Ticket URL: <https://trac.cyberduck.io/ticket/9757#comment:4>
Cyberduck <https://cyberduck.io>
Libre FTP, SFTP, WebDAV, S3 & OpenStack Swift browser for Mac and Windows


More information about the Cyberduck-trac mailing list