![]() |
net2ftp ftp_login error (fedora 7) - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: net2ftp ftp_login error (fedora 7) (/thread-1616.html) Pages: 1 2 |
net2ftp ftp_login error (fedora 7) - graywolf - 10-25-2007 12:43 PM wrote a fix posted it to http://www.net2ftp.org/forums/viewtopic.php?id=2975 RE: net2ftp ftp_login error (fedora 7) - BeNe - 10-25-2007 03:54 PM So this is only a Fedora problem ?? Should i open a Ticket about it ? Greez BeNe RE: net2ftp ftp_login error (fedora 7) - graywolf - 10-25-2007 04:55 PM still looking into it. does work on other dists? RE: net2ftp ftp_login error (fedora 7) - BeNe - 10-25-2007 05:05 PM Yes net2ftp works on Debian Etch. No problems with the Auth. --> http://admin.ispcpdemo.homeip.net/tools/filemanager/ Username: tester@ispcpdemo.homeip.net Password: tester123 Greez BeNe RE: net2ftp ftp_login error (fedora 7) - graywolf - 10-25-2007 05:20 PM i think the issue may be with PHP and ftp_login() "asking" for a unsupported auth method at login and get an unexpected 500 error so its kinda PHP running on fedora problem but it could be a fedora proftp not supporting the requied Auth method issue ( if that makes any sense) and i dont really want to spend heaps of time on it but its something to note in the docs the code i posted on the net2ftp site should work for all os's (it just a hard coded login method the same as is used for ftp's behind proxies) RE: net2ftp ftp_login error (fedora 7) - macbishop - 11-03-2007 04:45 AM BeNe Wrote:Yes net2ftp works on Debian Etch. I have had this error, but my distro is Debian etch. My version php5 5.2.3-1+lenny1 Code: Warning: ftp_login() [function.ftp-login]: AUTH not understood in /var/www/ispcp/gui/tools/filemanager/includes/filesystem.inc.php on line 61 RE: net2ftp ftp_login error (fedora 7) - BeNe - 11-03-2007 05:17 AM You have this Error under Debian ?? I have also a running Debian Etch and it works without a Problem. What i not understand, you have Etch but Lenny packages like PHP on your system ![]() Maybe this could be the Error! Does it work with this patch ? Greez BeNe RE: net2ftp ftp_login error (fedora 7) - macbishop - 11-03-2007 05:51 AM BeNe Wrote:You have this Error under Debian ??Yeah ! BeNe Wrote:What i not understand, you have Etch but Lenny packages like PHP on your system I have upgrade php one time with a rare source list and since I not have never problems with this version. Actually I use: Code: deb http://ftp.fr.debian.org/debian/ etch main contrib non-free and upgrade all without error included this php version BeNe Wrote:Maybe this could be the Error! It's possible but I think not, all run correctly since some days but i am not sure that occurrs because i have installed several things, the last apache2-threaded-dev 2.2.6-1 because dependency for the extension apc of php that i needed BeNe Wrote:Does it work with this patch ?I have not tested yet, I will do so soon. Greez macbishop RE: net2ftp ftp_login error (fedora 7) - macbishop - 11-03-2007 06:42 AM Yeah! ![]() the patch works for me. I encourage to dev team to use this patch in /includes/filesystem.inc.php in the filemanager ispCP installer because with it dissapear the not sthetic php warning message in error login's times. RE: net2ftp ftp_login error (fedora 7) - raphael - 11-03-2007 11:52 AM do you require SSL to be used in ftp? if so, it is a bug in php |