Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I want to upload specific files(quite large) to cloud services like Dropbox or Google Drive within certain time interval(2AM to 8AM to be precise).
The reason I want to do this is because my internet usage is not counted during that time interval and I don't want to stay awake just to upload files.

Is it possible to schedule the upload process?

share|improve this question
1  

closed as off topic by Barry Jun 13 '12 at 19:17

Questions on Web Applications Stack Exchange are expected to relate to web applications within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Since both services add a folder to your OS you could setup a cron (mac) or scheduled task (windows) with a script that moves files from a pre-determined folder to the dropbox and/or the google drive folder.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.