여기까지 작업에 끝났다면 하위에 ' Dropbox-Uploader ' 폴더와 프로젝트 프로그램이 다운로드가 완료 되었을 것이다.
' Dropbox-Uploader ' 폴더에 진입한다.
user@user~$
cd Dropbox-Uploader
' dropbox_uploader.sh ' 파일을 실행 가능 하겠금 속성을 변경한다.
user@user~$
chmod +x dropbox_uploader.sh
' dropbox_uploader.sh ' 파일을 실행한다.
user@user~/Dropbox-Uploader$
./dropbox_uploader.sh
This is the first time you run this script, please follow the instructions:
1) Open the following URL in your Browser, and log in using your account: https://www.dropbox.com/developers/apps 2) Click on "Create App", then select "Dropbox API app" 3) Now go on with the configuration, choosing the app permissions and access restrictions to your DropBox folder 4) Enter the "App Name" that you prefer (e.g. MyUploader3256527726595)
Now, click on the "Create App" button.
When your new App is successfully created, please click on the Generate button under the 'Generated access token' section, then copy and paste the new access token here:
move <REMOTE_FILE/DIR> <REMOTE_FILE/DIR> copy <REMOTE_FILE/DIR> <REMOTE_FILE/DIR> mkdir <REMOTE_DIR> list [REMOTE_DIR] monitor [REMOTE_DIR] [TIMEOUT] share <REMOTE_FILE> saveurl <URL> <REMOTE_DIR> search <QUERY> info space unlink
Optional parameters: -f <FILENAME> Load the configuration file from a specific file -s Skip already existing files when download/upload. Default: Overwrite -d Enable DEBUG mode -q Quiet mode. Don't show messages -h Show file sizes in human readable format -p Show cURL progress meter -k Doesn't check for SSL certificates (insecure)
For more info and examples, please see the README file.