upload with rightload

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

upload with rightload

Post 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>""

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

Re: upload with rightload

Post 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

Post Reply