Upload using comand line

Asked by Pablo Unia

Is possible to upload files from linux command line?

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu One Client Edit question
Assignee:
No assignee Edit question
Solved by:
Joshua Hoover
Solved:
Last query:
Last reply:
Revision history for this message
Duane Hinnen (duanedesign) said :
#1

Pablo,
There is
u1sdtool - command line utility for controlling ubuntuone-sync‐daemon
to find out more from the terminal run:

man u1sdtool

Revision history for this message
Best Joshua Hoover (joshuahoover) said :
#2

Hi Pablo,

As duanedesign pointed out, there is a command line utility in u1sdtool that can be useful to control and report back activity from the Ubuntu One syncdaemon. In terms of uploading files via the command line, you can do this by copying files into ~/Ubuntu One which you would do like any other copy on the command line, for example: $ cp ~/Desktop/some-file-to-copy ~/Ubuntu\ One/

Thank you,

Joshua

Revision history for this message
Pablo Unia (pablounia) said :
#3

Perfect. Thank you Joshua