Note: For a safer and more secure way to share sensitive files using a web browser, we recommend using the public file sharing feature in Cerberus FTP Server. Download a 25-day free trial
According to the specification of URL formats, RFC 1738, an FTP URL is of the form:
ftp://user:password@host:port/path
so that some or all of the parts user:
password@
, :
password, :
port and /
path may be excluded.
The components obey the following rules:
user | a user name (user id) on the host |
password | the password corresponding to the user name; note: if the user and password field in a URL contains character : or @ or / , the character must be encoded |
host | the fully qualified domain name of a network host, or its IP address |
port | the port number to connect to; it omitted, defaults to 21 |
path | path specification of the form cwd1 / cwd2/ .../ cwdN/ name |
The host is usually the external IP address that your ISP has assigned to you. Cerberus FTP Server will attempt to detect it and display is as the WAN IP Address on startup.
Security Warning: You should generally avoid using FTP URL syntax for anything other than anonymous FTP access. Including a password is a security risk. On most browsers, it will be visible as you type it, and it will be retained by your history file. In addition, web browsers only support unencrypted FTP protocol support.
Comments
0 comments
Please sign in to leave a comment.