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.
ftp acces and port
Forum rules
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
- GPHemsley
- Registered User
- Posts: 1617
- Joined: Fri Apr 18, 2003 4:01 am
- Location: Long Beach, NY
- Contact:
Re: ftp acces and port
Ugh, this is probably a legitimate limitation of EasyMOD.... To be sure, please post your entire Expanded Debug Info from whatever page of installation you can get it.
Gordon P. Hemsley
The GP Factory
EasyMOD Support Rant
My MODs: Topic Type MOD | View Topic Title While Posting MOD
The GP Factory
EasyMOD Support Rant
My MODs: Topic Type MOD | View Topic Title While Posting MOD
-
- Registered User
- Posts: 2
- Joined: Wed Apr 13, 2005 6:30 pm
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
to
But it isnt help..
I change:
in em_ftp.php
Code: Select all
function ftp_connect($server, $port = 21)
Code: Select all
function ftp_connect($server, $port = 49900)
- GPHemsley
- Registered User
- Posts: 1617
- Joined: Fri Apr 18, 2003 4:01 am
- Location: Long Beach, NY
- Contact:
Re: ftp acces and port
Hmm... that would only change the default port, but I'm guessing EasyMOD overrides that wherever it's calling the ftp_connect() function. I'll have to look into it....
Gordon P. Hemsley
The GP Factory
EasyMOD Support Rant
My MODs: Topic Type MOD | View Topic Title While Posting MOD
The GP Factory
EasyMOD Support Rant
My MODs: Topic Type MOD | View Topic Title While Posting MOD
- GPHemsley
- Registered User
- Posts: 1617
- Joined: Fri Apr 18, 2003 4:01 am
- Location: Long Beach, NY
- Contact:
Re: ftp acces and port
Upon further delving, I have determined that there is, in fact, no built-in support for a non-standard FTP port. I'm not sure how you would go about using FTP in that case, but if you post your Expanded Debug Info, maybe we can find a way around it.
Gordon P. Hemsley
The GP Factory
EasyMOD Support Rant
My MODs: Topic Type MOD | View Topic Title While Posting MOD
The GP Factory
EasyMOD Support Rant
My MODs: Topic Type MOD | View Topic Title While Posting MOD