Thread: [Web-ftp] First Time
Status: Beta
Brought to you by:
aball
From: Benjohn P. V. <bvi...@ch...> - 2005-04-21 02:12:46
|
hi all, Good Day!!! this is my first time to try installing this application... however i still could not log in to any ftp sites... here is the url: http://www.chpii.com/cgi-bin/web-ftp/web-ftp.cgi here is the error message i get: Sorry, but your session has either timed out, or has aborted due to error, returning you to the Login page i checked error_log of apache and got this message: [Thu Apr 21 10:35:51 2005] [error] [client 192.168.0.5] Remote user timed out at /usr/local/apache/cgi-bin/web-ftp/web-ftp.cgi line 603, <STDIN> line 1., referer: http://www.chpii.com/cgi-bin/web-ftp/web- ftp.cgi any hints on how i could push through with this? i intentionally left the parameter FTPhost= empty so as u could test on any other ftp sites... hope to hear from anyone about this.. all the best!!! pal, benjohn |
From: Anthony R. J. B. <an...@su...> - 2005-04-21 02:20:04
|
Very odd... might be a problem with the socketdir... /tmp/WebFTP is the default. Is the directory there and owned by the web user? On Thu, Apr 21, 2005 at 10:14:26AM +0800, Benjohn P. Villedo wrote: > hi all, > > Good Day!!! > > this is my first time to try installing this application... however i still > could not log in to any ftp sites... here is the url: > > http://www.chpii.com/cgi-bin/web-ftp/web-ftp.cgi > > here is the error message i get: > > Sorry, but your session has either timed out, or has aborted due to > error, returning you to the Login page > > i checked error_log of apache and got this message: > > [Thu Apr 21 10:35:51 2005] [error] [client 192.168.0.5] Remote user > timed out at /usr/local/apache/cgi-bin/web-ftp/web-ftp.cgi line 603, > <STDIN> line 1., referer: http://www.chpii.com/cgi-bin/web-ftp/web- > ftp.cgi > > any hints on how i could push through with this? > > i intentionally left the parameter FTPhost= empty so as u could test > on any other ftp sites... hope to hear from anyone about this.. all the > best!!! > > pal, > benjohn > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: New Crystal Reports XI. > Version 11 adds new functionality designed to reduce time involved in > creating, integrating, and deploying reporting solutions. Free runtime info, > new features, or free trial, at: http://www.businessobjects.com/devxi/728 > _______________________________________________ > Web-ftp-general mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-ftp-general > -- www.suave.net - Anthony Ball - an...@su... OSB - http://rivendell.suave.net/Beer -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= All the world's a stage and we're not even making scale. |
From: Benjohn P. V. <bvi...@ch...> - 2005-04-26 02:20:58
|
hi there sir, Good Day!!! here is the setting of web-ftp.conf #Directory that the webserver can create or write to, where #the unix socket handles will reside. SocketDir=/var/www/WebFTP and here is the directory itself [root@acme www]# ls -al drwxrwxrwx 2 websmith websmith 4096 Apr 26 05:06 WebFTP [root@acme www]# websmith is the owner of apache httpd in short a web user. i tried checking whats inside the folder this is what i got [root@acme WebFTP]# pwd /var/www/WebFTP [root@acme WebFTP]# ls -al total 8 drwxrwxrwx 2 websmith websmith 4096 Apr 26 05:06 . drwxr-xr-x 27 root root 4096 Dec 22 19:24 .. srwxr-xr-x 1 websmith websmith 0 Apr 26 05:06 06343 [root@acme WebFTP]# hope this further enlightens my case... all the best!!! pal, benjohn On 20 Apr 2005 at 22:19, Anthony R. J. Ball wrote: > > Very odd... might be a problem with the socketdir... /tmp/WebFTP is > the default. Is the directory there and owned by the web user? > > On Thu, Apr 21, 2005 at 10:14:26AM +0800, Benjohn P. Villedo wrote: > > hi all, > > > > Good Day!!! > > > > this is my first time to try installing this application... however i still > > could not log in to any ftp sites... here is the url: > > > > http://www.chpii.com/cgi-bin/web-ftp/web-ftp.cgi > > > > here is the error message i get: > > > > Sorry, but your session has either timed out, or has aborted due to > > error, returning you to the Login page > > > > i checked error_log of apache and got this message: > > > > [Thu Apr 21 10:35:51 2005] [error] [client 192.168.0.5] Remote user > > timed out at /usr/local/apache/cgi-bin/web-ftp/web-ftp.cgi line 603, > > <STDIN> line 1., referer: http://www.chpii.com/cgi-bin/web-ftp/web- > > ftp.cgi > > > > any hints on how i could push through with this? > > > > i intentionally left the parameter FTPhost= empty so as u could test > > on any other ftp sites... hope to hear from anyone about this.. all the > > best!!! > > > > pal, > > benjohn > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: New Crystal Reports XI. > > Version 11 adds new functionality designed to reduce time involved in > > creating, integrating, and deploying reporting solutions. Free runtime info, > > new features, or free trial, at: http://www.businessobjects.com/devxi/728 > > _______________________________________________ > > Web-ftp-general mailing list > > Web...@li... > > https://lists.sourceforge.net/lists/listinfo/web-ftp-general > > > > -- > www.suave.net - Anthony Ball - an...@su... > OSB - http://rivendell.suave.net/Beer > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > All the world's a stage and we're not even making scale. |