Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
FTP URL for FTP Resource
What Is FTP URL for FTP resource?
✍: FYIcenter.com
An FTP URL is a special URL (Uniform Resource Locator) that
can be used as an address to locate a specific file or folder provided
by an FTP server.
For example, the following FTP URL is an address of the RFC 959 specification file provided on the FTP server, ftp.funet.fi.
ftp://ftp.funet.fi/pub/standards/RFC/rfc959.txt
According to the specification of URL formats, RFC 1738, an FTP URL is of the form:
ftp://user:password@domain-name:port/path/name;type=a|i|d
where:
user - The user name used to access the FTP server.
password - The password of the user name.
domain-name - The domain name (or IP address) of the FTP server.
port - The port number(default is 21) for the control connection.
path - The pathname where to reach the resource on the FTP server.
name - The name of the resource.
type=a|i|d - The resource type indicator.
a - ASCII file
i - Binary file
d - Directory
Using this format, we can easily break the following FTP URL into multiple components:
ftp://donald:trump@localhost:21/docs/Getting-Started.pdf;type=i where: user - donald password - trump domain-name - localhost part - 21 path - docs name - Getting-Started.pdf type=i - Binary file
⇐ Using Web Browser with FTP Server
2016-11-15, 2767🔥, 0💬
Popular Posts:
What is "Microsoft Access Outlook Add-in for Data Collection and Publishing" COM Add-in in Outlook 2...
How to create a new WeChat account with my Facebook account? Creating a new WeChat account with a Fa...
How to open a Web Archive (.mht or .mhtml) file correctly in Firefox browser? I converted a word doc...
How to download Mozilla Firefox 2.0? If you want to try Mozilla Firefox 2.0, you can follow this tut...
Where to find answers to frequently asked questions about Fitbit devices? I want to understand more ...