FTP

From VideoLAN Wiki
Revision as of 23:14, 26 March 2019 by DoesItReallyMatter (talk | contribs) (Create page for a protocol VLC supports)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
??
VLC uses this protocol (or access module) to read data from a device or network.

File Transfer Protocol or FTP is used to download or upload files.

TLS support (encryption) was added in 2.2.0. Implicit TLS is preferable over Explicit TLS.

The syntax for Implicit TLS (most secure):

ftps://host/file
ftps://host:port/file

The syntax for Explicit TLS:

ftpes://host/file
ftpes://host:port/file

Or for no encryption:

ftp://host/file
ftp://host:port/file