Cyberduck is a libre FTP, SFTP, WebDAV, Amazon S3, Backblaze B2, Microsoft Azure & OneDrive and OpenStack Swift file transfer client for Mac and Windows.
Is it possible to use Duck.exe with a batch file that submits variables into the command line string?
Using this works:
"C:\Program Files (x86)\Cyberduck CLI\duck.exe" --upload spectralogic://aXR2:Yf5uGdto@192.168.0.114:8080/ITVtest/ \Warpspeed\raid0\ITV\CEN_Mountain_HD_4.10.2016.mxf -y
Using this does not:
"C:\Program Files (x86)\Cyberduck CLI\duck.exe" --upload spectralogic://aXR2:Yf5uGdto@192.168.0.114:8080/ITVtest/ %1 -y
This case is in regards to working with ITV in the UK, which will require license purchase for this functionality across 12 different sites of the ITV News network.
Please confirm ASAP if use of variables at the command line is possible inside a Batch file.
Thanks
Is it possible to use Duck.exe with a batch file that submits variables into the command line string?
Using this works: "C:\Program Files (x86)\Cyberduck CLI\duck.exe" --upload spectralogic://aXR2:Yf5uGdto@192.168.0.114:8080/ITVtest/ \Warpspeed\raid0\ITV\CEN_Mountain_HD_4.10.2016.mxf -y
Using this does not: "C:\Program Files (x86)\Cyberduck CLI\duck.exe" --upload spectralogic://aXR2:Yf5uGdto@192.168.0.114:8080/ITVtest/ %1 -y
This case is in regards to working with ITV in the UK, which will require license purchase for this functionality across 12 different sites of the ITV News network.
Please confirm ASAP if use of variables at the command line is possible inside a Batch file. Thanks