Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.
/ drivecopy Public archive

Drive Copy is a simple command line utility to download, replace and upload Google Drive binary files.

License

Notifications You must be signed in to change notification settings

gherynos/drivecopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is now archived. A good alternative is https://rclone.org/drive/.

Drive Copy

Drive Copy is a simple command line utility to download, replace and upload Google Drive binary files.

build

Getting started

Download the latest release and see the examples below.
The first time Drive Copy tries to reach Google it will ask authorization codes: see Setup steps.
For the complete list of options see the How To.

Features

  • download binary files from Google Drive
  • upload binary files to Google Drive
  • replace Google Drive binary files
  • backup directories to Google Drive

Usage

Download a file:

$ java -jar drivecopy.jar -f <local_file> download <drive_file>

Upload a file:

$ java -jar drivecopy.jar -f <local_file> upload <drive_file>

Replace a file:

$ java -jar drivecopy.jar -f <local_file> replace <drive_file>

Author

GitHub @gherynos

License

Drive Copy is licensed under the Apache License, Version 2.0.

About

Drive Copy is a simple command line utility to download, replace and upload Google Drive binary files.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages