Creating a serverWhen you start RightLoad the first time, the list of servers will be empty and you will not be able to upload any files. To create a new server, follow these steps:
- Open the Server Management window by clicking on Tools -> Server Management (or just click Yes in the "Welcome to RightLoad" dialog box)
- Click the button New Server
- Enter the name you want to give the server
- A new form should open on the right of the window - fill in the connection details here
- You can use the button Test to test your connection settings
Server TypesFTPIf you have a normal webspace, this will most likely be the right server type for you.
SFTPSFTP is a more secure protocol that uses FTP via SSH. SFTP is not recommended, because it uses an external application to upload files, which leads to slow speed and instability. If you are using SFTP, your current upload speed and percentage uploaded cannot be displayed.
HTTPRightload now also supports uploads to HTTP sites like imageshack.us or other file hosts. Since these servers are rather hard to set-up, it is recommended you
request a pre-defined server file from us instead.
Advanced SettingsAuto-SortAuto-sort allows you to let Rightload automatically sort your files to different directories depending on their extension. For example, you can define a rule that sorts all files ending with 'jpg' to the directory 'images'. Use 'Upload with auto-sort' from the context menu to activate auto-sort.
The Document Root DirectorySome servers require your files to be uploaded to a certain directory (e.g. /htdocs, /html, /domain.tld) before they show up on the web server. If this is the case for you, you can set the name of that directory here. Otherwise just leave it empty. This directory will not show up in the generated URLs. All other paths are relative to this directory.
Please note that root directories entered WITHOUT a slash ("/") at the beginning are relative to your home directory. That means that if your home directory is "/home/me" and your root directory "html", Rightload will upload your files to "/home/me/html". On the other hand, if your home directory is "/home/me" and your root directory "/html", the files will be uploaded to "/html".
Your home directory is usually the directory you start in when you connect to your server from a normal FTP client.The Default DirectoryHere you can define the text that will initially be displayed in the directory field in the main window when this server is selected.
The URL MaskSometimes, for example if your FTP host name differs from your actual host name, the URLs generated by RightLoad will not be correct. You can fix this by setting your own URL mask. For that, you can use several variables:
$host will be replaced by the host name
$dir will be replaced by the directory the files were uploaded to
$file will be replaced by the file name
$user will be replaced by your user name
For example, '
http://myserver.edu/~$user$dir$file' will turn into '
http://myserver.edu/~username/exampleDirectory/exampleFile.exe'.
Use the button 'Preview' to test your URL mask.