Search found 2 matches

by kukacomone
Tue Apr 19, 2005 9:17 pm
Forum: Installing EasyMOD
Topic: ftp acces and port
Replies: 4
Views: 6837

Re: ftp acces and port

Easy mod said username or password not accpeted or like somthing that. I'm sure is this because the port!

I change:

in em_ftp.php

Code: Select all

function ftp_connect($server, $port = 21)
to

Code: Select all

function ftp_connect($server, $port = 49900)
But it isnt help.. :cry: :cry:
by kukacomone
Wed Apr 13, 2005 6:35 pm
Forum: Installing EasyMOD
Topic: ftp acces and port
Replies: 4
Views: 6837

ftp acces and port

Hi.

I cant install easymod, because em cant connect to the ftp server. I think is this because my ftp port is not 21. But where should i write the ftp port? I try ftp.something.com:port, but this is dont work. Pls help.