ispCP - Board - Support
(SOLVED) net2ftp no login and give me some errors - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: General discussion (/forum-11.html)
+--- Thread: (SOLVED) net2ftp no login and give me some errors (/thread-3681.html)



(SOLVED) net2ftp no login and give me some errors - nuno - 07-04-2008 09:01 AM

Try looking around the side but had no answer then I will ask here!
I login in filemanger the first time, then never :
Unable to login to FTP server localhost with username foo@foo.net.
(foo@foo.net - is my user)
Code:
The error occured in file /var/www/ispcp/gui/tools/filemanager/includes/filesystem.inc.php on line 64.

    * function ftp_openconnection (/var/www/ispcp/gui/tools/filemanager/modules/browse/browse.inc.php on line 223)
    * function net2ftp_module_printBody (/var/www/ispcp/gui/tools/filemanager/main.inc.php on line 314)
    * function net2ftp (/var/www/ispcp/gui/tools/filemanager/index.php on line 59)
          o argument 0: printBody
----------------------------------------------------------------
Thanks Nuno
Distro: Debian -etch
ISPcp: 1.0 R5a
PHP Version 5.2.6-0.dotdeb.1
CGI/FastCGI
apache2.2x


RE: net2ftp no login and give me some errors - kilburn - 07-04-2008 09:11 AM

Can you login as this user with a regular ftp client?


RE: net2ftp no login and give me some errors - nuno - 07-04-2008 09:38 AM

kilburn Wrote:Can you login as this user with a regular ftp client?

yes Smile

i'm on irc #ispcp


RE: net2ftp no login and give me some errors - Cube - 07-04-2008 10:10 AM

It's an known error, that is already fixed in the latest trunk: http://www.isp-control.net/ispcp/ticket/1351
You can apply the patch or change it manually: http://www.isp-control.net/ispcp/attachment/ticket/1351/patch.txt


(solved) net2ftp no login and give me some errors - nuno - 07-04-2008 10:25 AM

Cube Wrote:It's an known error, that is already fixed in the latest trunk: http://www.isp-control.net/ispcp/ticket/1351
You can apply the patch or change it manually: http://www.isp-control.net/ispcp/attachment/ticket/1351/patch.txt


thanks is fixed

to not open another topic one more question:

my email going to spam seems to go only on google, follow the following:
Faq's about port 25 and my headers is:



Code:
Delivered-To: foo.email@gmail.com
Received: by 10.90.91.5 with SMTP id o5cs185786agb;
        Thu, 3 Jul 2008 14:59:30 -0700 (PDT)
Received: by 10.114.153.18 with SMTP id a18mr1706443wae.161.1215122366628;
        Thu, 03 Jul 2008 14:59:26 -0700 (PDT)
Return-Path: <foo@user.net>
Received: from server.foo.net (server.foo.net [207.192.70.194])
        by mx.google.com with ESMTP id d36si668214and.8.2008.07.03.14.58.53;
        Thu, 03 Jul 2008 14:59:26 -0700 (PDT)
Received-SPF: pass (google.com: domain of foo@user.net designates xxx.192.70.194 as permitted sender) client-ip=xxx.192.70.194;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of foo@user.net designates xxx.192.70.194 as permitted sender) smtp.mail=foo@user.net
Received: from foo (xxx.25.108.93.foo.pt [xx.108.25.125])
    by server.foo.net (Postfix) with ESMTP id 1885B28B65
    for <email@gmail.com>; Thu,  3 Jul 2008 22:58:51 +0100 (WEST)
Message-ID: <011801c8dd57$fee5deb0$0100a8c0@atelier>
From: <foo@user.net>
To: <email@gmail.com>
Subject: foo
Date: Thu, 3 Jul 2008 22:58:56 +0100
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="----=_NextPart_000_0115_01C8DD60.5EFF7CE0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.3138
Disposition-Notification-To: <foo@user.net>
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198

This is a multi-part message in MIME format.

------=_NextPart_000_0115_01C8DD60.5EFF7CE0
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
testx


------=_NextPart_000_0115_01C8DD60.5EFF7CE0


html foo where


------=_NextPart_000_0115_01C8DD60.5EFF7CE0--

thanks again Wink
Nuno