google / skicka

Command-line utility for working with Google Drive. Join the mailing list at https://groups.google.com/forum/#!forum/skicka-users.
Apache License 2.0
1.3k stars 118 forks source link

request: cp/mv #115

Open Tamarinen opened 7 years ago

Tamarinen commented 7 years ago

Would it be possible to implement copy and move of files between directories?

skicka cp /drivedir/filename /otherdrivedir/samename-or-othername

It's possible to partially emulate this using download, upload and, in the case of move, rm, but it would probably be more efficient to do it remote.

Also, would it be possible to implement cp/mv for Google Apps files? Trying to do these things with them using download and upload gives less than satisfactory results, though the GUI can do it.