View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005427 | mantisbt | administration | public | 2005-04-12 04:38 | 2012-02-20 07:18 |
Reporter | Rudboy | Assigned To | grangeway | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Product Version | 0.19.2 | ||||
Summary | 0005427: FTP function | ||||
Description | I have configurated the FTP variable in the script "config_defaults_inc.php" as follows : DISK, DATABASE, or FTP.$g_file_upload_method = FTP; FTP settings, used if $g_file_upload_method = FTP$g_file_upload_ftp_server = 'server_ip'; But I have nothing in my ftp server... and all files are stored in my disk | ||||
Tags | No tags attached. | ||||
Files are cached locally in the FTP case. On the FTP server, the same directory prefix as is used in the local caseis used. That is, if you set the directory to "/var/mantis", the files should appear in "/var/mantis" on the remote server. Can you check the ftp server for any log messages? Note that FTP storage hasn't been heavily tested. |
|
Thanks for answer. But why not to have a variable defining the directory ftp to use? |
|