Difference between revisions of "Module FTP (developer)"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
m (→‎Constants: add FTP_PASSIVE_)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
<!-- BEGIN origin interlang links -->
 +
<!-- You can edit this section but do NOT remove these comments
 +
    Links below will be automatically replicated on translated pages by PolyglotBot -->
 +
[[fr:Module_FTP_(développeur)]]
 +
[[es:Módulo_FTP_(desarrollador)]]
 +
<!-- END interlang links -->
 +
 
[[Category:FTP En]]
 
[[Category:FTP En]]
 
[[Category:List of Modules (developer)‎]]
 
[[Category:List of Modules (developer)‎]]
 
{{TemplateDocDevEn}}
 
{{TemplateDocDevEn}}
{{TemplateModEN}}
+
{{TemplateModEN Developer}}
 
{{BasculeDevUserEn|
 
{{BasculeDevUserEn|
 
name=FTP|
 
name=FTP|
Line 9: Line 16:
 
userdoc=[[Module FTP En|Module FTP]]|}}
 
userdoc=[[Module FTP En|Module FTP]]|}}
  
= Feature =
+
=Feature=
 
The FTP module add FTP client browser inside Dolibar.
 
The FTP module add FTP client browser inside Dolibar.
  
= Permissions =
+
=Permissions=
 +
 
 
*->ftp->lire
 
*->ftp->lire
 
*->ftp->write
 
*->ftp->write
  
= Tables SQL =
+
=Tables SQL=
* None
+
 
 +
*None
 +
 
 +
=Constants=
 +
 
 +
*FTP_NAME_x
 +
*FTP_SERVER_x
 +
*FTP_PORT_x
 +
*FTP_USER_x
 +
*FTP_PASSWORD_x
 +
*FTP_PASSIVE_x
  
= Constants =
 
* FTP_NAME_x
 
* FTP_SERVER_x
 
* FTP_PORT_x
 
* FTP_USER_x
 
* FTP_PASSWORD_x
 
 
where x is number of FTP predefined configuration.
 
where x is number of FTP predefined configuration.

Latest revision as of 09:38, 22 April 2021

FTP
Numero/ID of module 2800
User doc. of module Module FTP
Developer doc. of module This page

Feature

The FTP module add FTP client browser inside Dolibar.

Permissions

  • ->ftp->lire
  • ->ftp->write

Tables SQL

  • None

Constants

  • FTP_NAME_x
  • FTP_SERVER_x
  • FTP_PORT_x
  • FTP_USER_x
  • FTP_PASSWORD_x
  • FTP_PASSIVE_x

where x is number of FTP predefined configuration.