View Issue Details

IDProjectCategoryView StatusLast Update
0005427mantisbtadministrationpublic2012-02-20 07:18
ReporterRudboy Assigned Tograngeway  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
Product Version0.19.2 
Summary0005427: 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';
$g_file_upload_ftp_user = 'user_ftp';
$g_file_upload_ftp_pass = 'user_ftp_password';

But I have nothing in my ftp server... and all files are stored in my disk

TagsNo tags attached.

Relationships

duplicate of 0007660 closedvboctor FTP method 
related to 0003734 closedgrangeway FTP upload feature is completely buggy!!! 

Activities

thraxisp

thraxisp

2005-04-12 09:19

reporter   ~0009795

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.

Rudboy

Rudboy

2005-04-12 10:38

reporter   ~0009798

Thanks for answer.

But why not to have a variable defining the directory ftp to use?