
16th February 2008, 09:13
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,911
Thanks: 693
Thanked 4,198 Times in 3,213 Posts
|
|
You will have to change it in the source code of the file /home/admispconfig/ispconfig/web/tools/tools/backup/backup.php
by changing the line 168 from:
$conn_id = @ftp_connect("$ftp_server");
to
$conn_id = @ftp_connect("$ftp_server",1234);
were 1234 is the number of the port.
|