General Properties
FTP Server
Protocol: by select entry of protocol combobox to setup connection protocol of FTP server
Normal FTP Server: this is a normal FTP server without SSL connection
SSL FTP(AUTH TLS): this is a SSL FTP server and use 'AUTH TLS' command to open SSL connection. (example: glftpd)
SSL FTP(Implicit SSL): this is a SSL FTP server using implicit SSL connection (example: RaidenFTPD, Serv-U)
SSL FTP(AUTH SSL): this is a SSL FTP server and use 'AUTH SSL' command to open SSL connection. (example: ioFTPD, G6FTPD).
SSH FTP(v1/v2/v3/v4/v5): this is a SSH FTP server, SSH FTP is not same as normal FTP protocol, it use SSH not SSL as encryption
Host: host of FTP server, it can be a domain name or a IP address, FTPRush supports multiple Host:Port entry for a single FTP server, so you can use the Host combobox to select a proper entry. to add a entry to Host list, click the icon. to remove current host from Host list, click the icon.
Port: port of FTP server, default FTP port is 21, and default SSH FTP port is 22
Username: a name used to gain access to FTP server, if you do not have a username, please checked "Anonymous login"
Password: password of your username
Anonymous login: by checked this option, FTPRush login FTP without username and password
Passive mode: by checked this option, FTP listing/uploading/downloading will use passive mode(PASV) for data channel, passive mode is helpful if you are behind NAT/firewall. uncheck this option to tell FTPRush using active mode(PORT) for data channel. when enabled passive mode and PASV command fails, FTPRush try to use active mode(PORT) for listing/uploading/downloading again, this feature is useful if you do not know this FTP server supports passive mode or not. but when you are behind NAT/firewall, acitve mode(PORT) may not working for you.
Server use NAT/Non-routable/Masq IP: by checked this option, FTPRush will use the site host ip as PASV address to listing FTP directory.
Timezone: sets the site's timezone, if you do not know the timezone, leave it as "Unknown / Do not adjust". Some FTP server (like Serv-U) supports "Site Zone" command to get site's timezone automatically. or you can select a timezone from the timezone combobox.
Logins
Total: max simultaneous logins of the site
Upload: max simultaneous uploads of the site
Download: max simultaneous downloads of the site
Folder
Remote path:
Local path:
Description
The first input box called "short description", the text here will be displayed in the favorites dropdown menu.
The memo is for site description.
The memo is for writting site description.
Bookmark
Bookmark feature allows you to change directory easily.
A bookmark can contains a FTP directory and a Local directory.
Add: add a bookmark
Edit: edit a bookmark
Delete: delete a bookmark
HTTP URL Mapping
allows you define the HTTP URL mapping if your FTP server has HTTP access. after done this, you can use the "Copy HTTP URL" feature to get the http url with the folders/filed selected.
HTTP URL
the HTTP root path, for example your website is 'http://www.abc.com', then it is 'http://www.abc.com',
FTP Web Root Path
the FTP root path of yours. for example "/user/home/~yourname" or "/"
Examples:
you have a file at your FTP root path named 'index.htm'.
the FTP full path of 'index.htm' is /user/index.htm
the web full path of 'index.htm' is http://www.test.com/index.htm
then
HTTP URL is: http://www.test.com
FTP Web Root Path is: /user
Display
Genaral
Use FTP name instead of the left/right indicator: By default, FTPRush display a [1] and [2] flag at FTP Log Window, if this option be checked, FTPRush will display current FTP server name at FTP Log Window.
|