Page 1 of 1

upload with rightload

Posted: 17 Jul 2008 15:24
by serendipity
Just wanted to share this UDC with you:

With rightload one can easily upload files using the context menu, but apparently its command line feature is more easier expecially for XY'ers (sounds like XY "R" US). Anyway the syntax is:

openwith ""rightload.exe path and name" :server serial number: server directory: "path and name of items to download (with space between them)""

You have to first set up rightload with appropriate server details etc and then you simply enter the serial number of the server in rightload's command line. server directory is simply the path where you want to upload.
In my example below, I am uploading the selected items to a directory named "new" in the server number 1.

Code: Select all

openwith ""C:\Program Files\Rightload\Rightload.exe" :1:new: "<items>""

Re: upload with rightload

Posted: 22 Nov 2008 06:41
by serendipity
With the newer version of Rightload (1.5) this command line works with XY:

Code: Select all

//Upload selected files with Rightload
     openwith """C:\Program Files\Rightload\Rightload.exe"" --server=1 --directory=Misc --autostart <items>"
Where
--server= the server number as configured by the user. Most users will use 1, unless they have more than one server.
--directory= the directory name where files should be uploaded. Eg: Folder/sub-folder/sub-sub-folder
--autostart= this will queue and upload files automatically