Difference between revisions of "Documentation:Modules/ftp"

From VideoLAN Wiki
Jump to navigation Jump to search
m (+First version)
m (→‎Source code: New section with git link)
 
Line 27: Line 27:
 
|description=Account
 
|description=Account
 
}}
 
}}
 +
 +
== Source code ==
 +
* {{VLCSourceFile|modules/access/ftp.c}}
  
 
{{Stub}}
 
{{Stub}}
  
 
{{Documentation footer}}
 
{{Documentation footer}}

Latest revision as of 23:17, 26 March 2019

Module: ftp
Type Access
First VLC version 0.5.0
Last VLC version -
Operating system(s) all
Description FTP input
Shortcut(s) -
Module: ftp
Type Access output
First VLC version -
Last VLC version -
Operating system(s) all
Description FTP upload output
Shortcut(s) -

Options

  • ftp-caching <integer> : Caching in ms
  • ftp-user <string> : Username default value: "anonymous"
  • ftp-password <string> : Password default value: "anonymous@example.com"
  • ftp-account <string> : Account default value: "anonymous"

Source code

Help VideoLAN by adding to this page!
Create an account to start editing, and then click here to add to this article.
This page is part of official VLC media player Documentation (User GuideStreaming HowToHacker GuideModules)
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.