I'm trying to copy a directory recursively from a local Windows computer to a remote Linux computer using Cyberduck CLI. The syntax might be the problem or maybe Cyberduck isn't a good fit.
Here is what I've tried:
duck --upload d:\download\iso\ sftp://
pde...@192.168.63.155/srv/iso/It replies with:
Missing path in URI d:\download\iso\
Try 'duck --help' for more options.
All the help examples use ftp, sftp, dav, s3, or something for both the source and the target. The source in my case are files in a local directory. How would I specify that?