web-ftp-general Mailing List for Web-FTP (Page 3)
Status: Beta
Brought to you by:
aball
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
(32) |
Jul
(2) |
Aug
(12) |
Sep
|
Oct
(5) |
Nov
|
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(6) |
Feb
(1) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(9) |
Jul
(2) |
Aug
|
Sep
(5) |
Oct
(3) |
Nov
(3) |
Dec
|
2002 |
Jan
(13) |
Feb
(2) |
Mar
(6) |
Apr
(5) |
May
(3) |
Jun
(3) |
Jul
(17) |
Aug
|
Sep
(9) |
Oct
(3) |
Nov
|
Dec
|
2003 |
Jan
(2) |
Feb
|
Mar
(22) |
Apr
(1) |
May
(1) |
Jun
(6) |
Jul
|
Aug
(2) |
Sep
(2) |
Oct
(11) |
Nov
|
Dec
(13) |
2004 |
Jan
(11) |
Feb
(3) |
Mar
(11) |
Apr
(3) |
May
|
Jun
(2) |
Jul
(1) |
Aug
(14) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
(5) |
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2006 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
(15) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(2) |
Dec
|
2008 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: Pascal C. <pc...@ei...> - 2004-08-04 12:37:28
|
Hello, I've some NetBSD servers and I'd like to proxify ingoing FTP connections for my users. In order to do that, web-ftp.cgi looks good ;-) At this time, I'm testing with my anonymous ftp (on the same machine). I've installed web-ftp in my cgi-bin directory, review all shebang in Perl files, etc. All right, now, when I test, I get the connection page, I supply the form and... nothing. The CGI open a connection on my ftp server, the server answers well (tcpdump is my friend) but nothing appear. I think it is a Unix socket problem... Here's some infos (with long lines, sorry): ~> uname -sr NetBSD 1.6.2_STABLE ~> perl -v This is perl, v5.8.4 built for i386-netbsd [...] ~> pkg_info | egrep '(perl|p5-)' perl-5.8.4 Practical Extraction and Report Language p5-CGI-3.05 Perl5 module for writing forms-based CGI programs p5-Net-1.15 Perl5 modules to access and use network protocols p5-Net-SSLeay-1.25nb2 Perl5 module for using OpenSSL p5-IO-Socket-SSL-0.95nb1 Perl5 SSL socket interface class p5-libwww-5.76nb1 Perl5 library for WWW access [...] (the last package is LWP) ~> netstat -lan -f unix Active UNIX domain sockets Address Type Recv-Q Send-Q Inode Conn Refs Nextref Addr [...] c0dbd4a8 stream 0 0 e444cd78 0 0 0 /var/spool/sockets/WebFTP/24991 [...] ~> ps ax PID TT STAT TIME COMMAND [...] 24989 ?? ZW 0:00.00 (perl) 24990 ?? S 0:00.21 ftpd: localhost: anonymous/ftp (ftpd) 24991 ?? S 0:00.00 /usr/bin/perl /users/www/www2/cgi-bin/web-ftp.cgi ~> sudo lsof | more COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME [...] httpd 24757 www 0r VCHR 2,2 0t0 22 /dev/null httpd 24757 www 1w VCHR 2,2 0t0 22 /dev/null httpd 24757 www 2w VREG 0,5 31538 813 /var/log/httpd/error_log httpd 24757 www 3u VREG 0,5 0 309 /var/run/httpd.mm.24081.sem httpd 24757 www 4u IPv4 0xc0df82f0 0t0 TCP xxx:www->yyy:55858 (ESTABLISHED) httpd 24757 www 9r PIPE 0xc0c4ba80 16384 ->0xc0c4b480 [...] perl 25100 www cwd VDIR 0,7 512 1669168 /users/www/www2/cgi-bin perl 25100 www txt VREG 0,4 840932 21161 /usr/pkg/bin/perl perl 25100 www txt VREG 0,4 197300 10478 /usr/libexec/ld.elf_so perl 25100 www txt VREG 0,4 28479 428571 /usr/lib/libm387.so.0.0 perl 25100 www txt VREG 0,4 329022 428580 /usr/lib/libm.so.0.1 perl 25100 www txt VREG 0,4 61407 427926 /usr/lib/libcrypt.so.0.0.1 perl 25100 www txt VREG 0,4 2337766 427921 /usr/lib/libc.so.12.83.3 perl 25100 www txt VREG 0,4 16831 83487 /usr/pkg/lib/perl5/5.8.4/i386-netbsd/auto/IO/IO.so perl 25100 www txt VREG 0,4 1020912 74197 /usr/pkg/lib/perl5/5.8.4/i386-netbsd/CORE/libperl.so perl 25100 www txt VREG 0,4 21431 83677 /usr/pkg/lib/perl5/5.8.4/i386-netbsd/auto/Socket/Socket.so perl 25100 www txt VREG 0,4 96744 83509 /usr/pkg/lib/perl5/5.8.4/i386-netbsd/auto/POSIX/POSIX.so perl 25100 www txt VREG 0,4 22754 428671 /usr/lib/libposix.so.0.1 perl 25100 www txt VREG 0,4 13760 83468 /usr/pkg/lib/perl5/5.8.4/i386-netbsd/auto/Fcntl/Fcntl.so perl 25100 www 0r PIPE 0xc0c4bb80 16384 perl 25100 www 2w PIPE 0xc0c4b480 0 ->0xc0c4ba80 perl 25100 www 3r VREG 0,7 3815 1721989 /users/www/www2/cgi-bin/webftp/web-ftp.conf perl 25100 www 4r VREG 0,7 2556 1721972 /users/www/www2/cgi-bin/webftp/lang/english.map perl 25100 www 5u IPv4 0xc0d1a504 0t0 TCP localhost:60707->localhost:ftp (ESTABLISHED) perl 25100 www 6u unix 0xc0dbdb38 0t0 /var/spool/sockets/WebFTP/25100 I've tried 2.2.1 and 2.3.0 versions. Any idea ? -- Pascal CABAUD -------------------- <http://sysadmin.eila.jussieu.fr> UFR EILA - Universite Paris 7 2 place Jussieu Service Informatique, Batiment S, 010 75251 Paris Cedex 05 tel. : (33) 01-44-27-78-35 case 7002 |
From: <tr...@sm...> - 2004-07-05 15:08:40
|
Hello. I've got a little problem. I've installed web-ftp 2.2.1 on FreeBSD 4.8-STABLE with Apache 1.3.27. Actually it is a hosting. So the problem is: When I login specifying a localhost's name as an ftp-server web-ftp logins and shows the list of my files perfctly and all other operations are working too. But when I try to specify any different outer hostname, for instance ftp.freebsd.org with an anonymous login Web-FTP hangs during login and after some time shos a menu and an empty files list. And it takes a long time for this! Or sometimes instead of showing an empty list of files it says 500 Internal Error and in my logs I see this thing: "Resource temporarily unavailable: couldn't spawn child process: /blah-blah/web-ftp/web-ftpc.cgi" Or this: "Remote user timed out at /blah-blah/web-ftp/web-ftp.cgi line 603". And when I try to connect to an ftp-server with just a standard ftp-client which I have on FreeBSD, everythings goes very good. No timeouts, no hangs and login is very quick. Any ideas? I'm really stuck.. Thanks in advance. |
From: Anthony R. J. B. <an...@su...> - 2004-06-14 22:50:10
|
Hrm... I do not recognize that error. The tmp dir only needs to be writable by the cgi, if your cgi runs as your user, then 700 would even work. No public templates... really, there isn't much to the templating system... I still need to make a better one, but I am not sure how to best go about it, it is complex when you need to allow all the frames to work together. On Mon, Jun 14, 2004 at 10:47:39PM +0100, T?CH??C?L ?R?AM?R wrote: > Hi, > I am trying to run this new version of Web-FTP. > > I have uploaded all the files to a folder called 'ftp' > and created a 'tmp' directory under that. I have also > uploaded the required language files. > > When I try to run the web-ftp.cgi file, I get 500 > internal server error. The Apache error log shows the > following: > > error: directory is writable by others: > (/home/mydomain/public_html/ftp) > > What permission does the 'ftp' folder supposed to > have? I set it to 755, the 'tmp' 777 and web-ftp.cgi > 755. > > For my config. file I have the following setting: > > SocketDir=/home/mydomain/public_html/ftp/tmp > > Also I would like to know what is this? > > MimeFile=/etc/mime.types > > Moreover, I would like to know if there are any free > good templates available for Web-FTP and where can I > download them. > > Thanks in advance. > > > > > > > > ___________________________________________________________ALL-NEW Yahoo! Messenger - sooooo many all-new ways to express yourself http://uk.messenger.yahoo.com > > > ------------------------------------------------------- > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND > _______________________________________________ > 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 wiyht. Rho sritched mg kegtops awound? |
From: <tec...@ya...> - 2004-06-14 21:47:48
|
Hi, I am trying to run this new version of Web-FTP. I have uploaded all the files to a folder called 'ftp' and created a 'tmp' directory under that. I have also uploaded the required language files. When I try to run the web-ftp.cgi file, I get 500 internal server error. The Apache error log shows the following: error: directory is writable by others: (/home/mydomain/public_html/ftp) What permission does the 'ftp' folder supposed to have? I set it to 755, the 'tmp' 777 and web-ftp.cgi 755. For my config. file I have the following setting: SocketDir=/home/mydomain/public_html/ftp/tmp Also I would like to know what is this? MimeFile=/etc/mime.types Moreover, I would like to know if there are any free good templates available for Web-FTP and where can I download them. Thanks in advance. ___________________________________________________________ALL-NEW Yahoo! Messenger - sooooo many all-new ways to express yourself http://uk.messenger.yahoo.com |
From: Anthony R. J. B. <an...@su...> - 2004-04-28 14:31:21
|
I don't think so. Basically there will be an error in the messages window, but they would actually have to look... probably should be addressed. On Wed, Apr 28, 2004 at 10:40:12AM -0300, Russell Ruttan wrote: > I have been using Web-ftp successfully for 4 months - version 2.1.2. My > problem is that a handful of ascii files have not transferred successfully > and the users were unaware of the failure. My question is if a file fails to > transfer will Web-ftp notify the user that the transfer has failed? > > Thanks, > > Russ > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > 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 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= "Cry havoc and let slip the dogs of war!" -- Shakespeare |
From: Russell R. <RR...@nc...> - 2004-04-28 13:40:27
|
I have been using Web-ftp successfully for 4 months - version 2.1.2. My problem is that a handful of ascii files have not transferred successfully and the users were unaware of the failure. My question is if a file fails to transfer will Web-ftp notify the user that the transfer has failed? Thanks, Russ |
From: Samuel M. <sa...@mu...> - 2004-04-07 21:51:43
|
Hello all-- First of all, thanks to Anthony for writing this software, this is exactly what I need ! Most unfortunately I've been having some trouble getting it to work. Here is my problem : when I click on login, the page just sits there and after a while times out on http://www.samuelmurez.com/cgi-bin/webftp/web-ftp.cgi/02650/START? and then returns me to the login screen I have tried to include helpful information below. Please ask me for anything I haven't provided, and please bear in mind that I may have forgotten something very very simple. I would really appreciate any help on this. All best, --Sam - apache error log says : [Wed Apr 07 23:43:36 2004] [error] [client 193.251.61.201] Remote user timed out at /var/www/cgi-bin/webftp/web-ftp.cgi line 603, <STDIN> line 1., referer: http://www.samuelmurez.com/cgi-bin/webftp/web-ftp.cgi [Wed Apr 07 23:43:36 2004] [error] [client 193.251.61.201] Remote user timed out at /var/www/cgi-bin/webftp/web-ftp.cgi line 603, <STDIN> line 1., referer: http://www.samuelmurez.com/cgi-bin/webftp/web-ftp.cgi [Wed Apr 07 23:44:05 2004] [error] [client 193.251.61.201] Remote user timed out at /var/www/cgi-bin/webftp/web-ftp.cgi line 603, <STDIN> line 1., referer: http://www.samuelmurez.com/cgi-bin/webftp/web-ftp.cgi [Wed Apr 07 23:44:05 2004] [error] [client 193.251.61.201] Could not connect to socket: Connection refused, referer: http://www.samuelmurez.com/cgi-bin/webftp/web-ftp.cgi - vsftpd (my ftp server) is registering a successful login - here's what I'm getting in the apache access log : aboulogne-102-1-2-201.w193-251.abo.wanadoo.fr - - [07/Apr/2004:22:45:11 +0200] "GET /cgi-bin/webftp/web-ftp.cgi HTTP/1.1" 200 2105 aboulogne-102-1-2-201.w193-251.abo.wanadoo.fr - - [07/Apr/2004:22:45:29 +0200] "POST /cgi-bin/webftp/web-ftp.cgi HTTP/1.1" 302 0 aboulogne-102-1-2-201.w193-251.abo.wanadoo.fr - - [07/Apr/2004:22:45:29 +0200] "POST /cgi-bin/webftp/web-ftp.cgi HTTP/1.1" 302 0 aboulogne-102-1-2-201.w193-251.abo.wanadoo.fr - - [07/Apr/2004:22:45:30 +0200] "POST /cgi-bin/webftp/web-ftp.cgi HTTP/1.1" 302 0 aboulogne-102-1-2-201.w193-251.abo.wanadoo.fr - - [07/Apr/2004:22:50:31 +0200] "GET /cgi-bin/webftp/web-ftpc.cgi/01664/START? HTTP/1.1" 404 1267 aboulogne-102-1-2-201.w193-251.abo.wanadoo.fr - - [07/Apr/2004:23:02:22 +0200] "GET /cgi-bin/webftp/web-ftpc.cgi/01664/START? HTTP/1.1" 404 1267 aboulogne-102-1-2-201.w193-251.abo.wanadoo.fr - - [07/Apr/2004:23:02:23 +0200] "GET /cgi-bin/webftp/web-ftp.cgi HTTP/1.1" 200 2105 aboulogne-102-1-2-201.w193-251.abo.wanadoo.fr - - [07/Apr/2004:23:02:36 +0200] "POST /cgi-bin/webftp/web-ftp.cgi HTTP/1.1" 200 398 aboulogne-102-1-2-201.w193-251.abo.wanadoo.fr - - [07/Apr/2004:23:02:40 +0200] "GET /cgi-bin/webftp/web-ftp.cgi HTTP/1.1" 200 2105 aboulogne-102-1-2-201.w193-251.abo.wanadoo.fr - - [07/Apr/2004:23:02:49 +0200] "POST /cgi-bin/webftp/web-ftp.cgi HTTP/1.1" 302 0 aboulogne-102-1-2-201.w193-251.abo.wanadoo.fr - - [07/Apr/2004:23:07:49 +0200] "GET /cgi-bin/webftp/web-ftp.cgi/02148/START? HTTP/1.1" 200 420 aboulogne-102-1-2-201.w193-251.abo.wanadoo.fr - - [07/Apr/2004:23:07:55 +0200] "GET /cgi-bin/webftp/web-ftp.cgi HTTP/1.1" 200 2105 aboulogne-102-1-2-201.w193-251.abo.wanadoo.fr - - [07/Apr/2004:23:08:43 +0200] "POST /cgi-bin/webftp/web-ftp.cgi HTTP/1.1" 302 0 aboulogne-102-1-2-201.w193-251.abo.wanadoo.fr - - [07/Apr/2004:23:08:43 +0200] "POST /cgi-bin/webftp/web-ftp.cgi HTTP/1.1" 302 0 aboulogne-102-1-2-201.w193-251.abo.wanadoo.fr - - [07/Apr/2004:23:13:44 +0200] "GET /cgi-bin/webftp/web-ftp.cgi/02363/START? HTTP/1.1" 200 420 aboulogne-102-1-2-201.w193-251.abo.wanadoo.fr - - [07/Apr/2004:23:13:49 +0200] "GET /cgi-bin/webftp/web-ftp.cgi HTTP/1.1" 200 2105 - I'm running redhat 9 on my server which is running vsftpd and web-ftp, apache 2.0.40 - I've put the files in /var/www/cgi-bin/webftp which is all owned and sub-owned by apache:apache - I've edited my apache config with : <Directory "/var/www/cgi-bin/webftp"> Options ExecCGI </Directory> - I have libnet - I can login with a normal ftp client - this problem occurs with IE6 on WinME and Mozilla on RedHat 9 - my /var/www/cgi-bin/webftp/web-ftp.conf is : #### CONFIG #### #This is the host machine you will connect to automatically #leave this blank to allow users to connect to any computer #they want to, effectively making Web-FTP an ftp client. #To specify a different port simply put :PORTNUMBER at the #End of your hostname. I.E. for port 10000: localhost:10000 #You may now also put a comma separated list here to specify #multiple sites that will appear at login in a drop down box. FTPhost= #Change this to anything you like #If you have multiple sites put their names in a comma separated #list in the same order as the hosts above. FTPHostname=Yoruban #How long without activity does webftp wait for the user #(In seconds) Timeout=300 #Directory that the webserver can create or write to, where #the unix socket handles will reside. SocketDir=/tmp/WebFTP #BaseCGI is the actual Web-FTP perl program, the default is #'web-ftp.cgi'. You only need to set this if you use the MainCGI #option, and if you have changed the perl script's file name to #something other than web-ftp.cgi BaseCGI= #MainCGI is the cgi to use for session connections. This was added #in 2.0.1 for use with the c session cgi. Using the c program to #connect to Web-FTP sessions will improve speed and reduce system #load. A compiled version is included with the distribution named #web-ftpc.cgi, to use that you would put MainCGI=web-ftpc.cgi #If you use this option, and the perl script is named other than #web-ftp.cgi you will need to set the BaseCGI setting MainCGI=web-ftpc.cgi #Specifies the mime types file for the viewer MimeFile=/etc/mime.types #Maximum file edit or view size. Script must buffer entire file #in memory, so keep this reasonable. MaxEditSize=100000 #If you have another language map in the /lang directory for web-ftp #say spanish.map, put spanish here to use it instead of the default, english Language=english,bork,chinese,french,german,italian,japanese,korean,portuguese,russian,spanish,chinese-traditional ##### APPEARANCE ##### # COLORS #Background Color BackgroundColor=#FFFFFF #Color of Buttons ButtonColor=#CCAAAA #Error Color ErrorColor=#FF0000 #link color LinkColor=#0000FF #link color VisitedLinkColor=#990099 #Color of login window LoginColor=#77EECC #text color TextColor=#000000 #Color of even file and directory columns EvenColColor=#FFFFFF #Color of odd file and directory columns OddColColor=#EEEEEE # Size of the files frame, default *, * suggested, though it # can be a number, designated pixel height, or a %, designating # Percentage height FilesFrameSize=* # Size of the files frame, default *, * suggested, though it # can be a number, designated pixel height, or a %, designating # Percentage height DirsFrameSize=* # Size of the files frame, default 40, 40 suggested, though it # can be a number, designated pixel height, or a %, designating # Percentage height InfoFrameSize=30 # WHAT IS SHOWN #Do not show delete button HideDelete=0 #Do not show download button HideDownload=0 #Do not show Last Mod field HideLastMod=0 #Do not show mkdir button HideMkdir=0 #Do not show move button HideMove=0 #Do not show Own/Grp field HideOwnGrp=0 #Do Not show permissions button HidePermButton=0 #Do Not show or allow to change permissions HidePermissions=0 #Do not show Tag field # NOTE: This hide the following buttons: # permissions, download, delete, move # as they do not make sense without the tag field. HideTag=0 #Do not show size field HideSize=0 #Do not show upload button HideUpload=0 #Hide advanced permission edit option (Octal mode) HideOctalPerms=0 #Hide the server messages button HideMessages=0 #Hide the site button HideSite=1 ###EDITORS#### editors=viewer,View editors=editor,Edit,New File #Copyright 2002,2003 Anthony Ball <An...@we...> #Web-ftp 2.2.1 |
From: Anthony R. J. B. <an...@su...> - 2004-03-16 15:41:03
|
Web-FTP tries to log into the FTP server. Is it set up to go to the right ftp server? Can you log into the ftp server as root, or does the ftp server block root? No, you can't use a blank username and password. On Thu, Mar 04, 2004 at 12:25:02PM -0600, Couey, Russell wrote: > Folks, > > I'm a new Web-FTP user with a fresh install of 2.2.1 on Solaris 9. I can't > log in. Apache allows access from any IP address in my domain but Web-FTP > refuses to let me log in, either as root or under my UserID. > > Is Web-FTP not authenticating through Apache? If so, then it should it not > accept a blank UserID & PW? If not, why won't it accept a root login? > > Thanks, > Couey > -- www.suave.net - Anthony Ball - an...@su... OSB - http://rivendell.suave.net/Beer -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= A path without obstacles probably leads nowhere. |
From: Jean-Pierre A. <jpa...@ja...> - 2004-03-15 17:14:25
|
Hello, If I use the french language, the scripts "Upload" and "Delete" don't work ("Envoyer" and "Effacer" in french). Is it a way to change this ? ---------------------------------------------------------------------- Jean-Pierre Astier Responsable Informatique IT Manager Maison SA Janvier/Analogue 65, rue de Dunkerque 75009 Paris Tel. +33 1 53 20 22 00 Fax. +33 1 53 20 22 09 ----------------------------------------------------------------------- |
From: Dan N. <dn...@al...> - 2004-03-05 23:00:38
|
In the last episode (Mar 05), Anthony R. J. Ball said: > That won't work... its for multiple files, so I somehow need to be > able to supply the filenames, and, for that matter, multiple files. > Tarring doesn't help because then you are still passing a tar file to > windows users... it is just compressed. You can still pass filenames to zip: "zip - file1.txt file2.txt file3.txt", for example. It'll write to stdout a zipfile with 3 files, all named correctly. -- Dan Nelson dn...@al... |
From: Anthony R. J. B. <an...@su...> - 2004-03-05 15:52:22
|
That won't work... its for multiple files, so I somehow need to be able to supply the filenames, and, for that matter, multiple files. Tarring doesn't help because then you are still passing a tar file to windows users... it is just compressed. On Fri, Mar 05, 2004 at 09:32:33AM -0600, Dan Nelson wrote: > In the last episode (Mar 05), Anthony R. J. Ball said: > > > > > - In graphics arts, we use macintosh and pc, so when we download many > > > files a tar compression don't match, only a zip compression work for > > > us. > > > > Tar works ok in a PC... winzip unzips it, I know... > > No idea about Mac... > > I tried to do zip but could not figure out how to stream it, > > which is necessary in this application. > > It's in the manpage :) A single - is treated as either stdin or > stdout, depending on where it is in the commandline. > > "zip - myfile.txt" will send its zipfile to stdout. > "zip - -" basically acts like gzip, but emits a zipfile. > "zip - outfile.zip" will compress stdin and create outfile.zip > > Note that lines 2 and 3 do not know the input filename and will use "-" > instead. > > -- > Dan Nelson > dn...@al... > -- www.suave.net - Anthony Ball - an...@su... OSB - http://rivendell.suave.net/Beer -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= "D'oh!" - Homer Simpson |
From: Dan N. <dn...@al...> - 2004-03-05 15:47:35
|
In the last episode (Mar 05), Anthony R. J. Ball said: > > > - In graphics arts, we use macintosh and pc, so when we download many > > files a tar compression don't match, only a zip compression work for > > us. > > Tar works ok in a PC... winzip unzips it, I know... > No idea about Mac... > I tried to do zip but could not figure out how to stream it, > which is necessary in this application. It's in the manpage :) A single - is treated as either stdin or stdout, depending on where it is in the commandline. "zip - myfile.txt" will send its zipfile to stdout. "zip - -" basically acts like gzip, but emits a zipfile. "zip - outfile.zip" will compress stdin and create outfile.zip Note that lines 2 and 3 do not know the input filename and will use "-" instead. -- Dan Nelson dn...@al... |
From: Anthony R. J. B. <an...@su...> - 2004-03-05 15:35:39
|
> - In graphics arts, we use macintosh and pc, so when we download many > files a tar compression don't match, only a zip compression work for > us. Tar works ok in a PC... winzip unzips it, I know... No idea about Mac... I tried to do zip but could not figure out how to stream it, which is necessary in this application. > - My customers ask for me if there is possible to view the icon of the > file in WebFTP, and if they click on the icon the file is displayed in > an other window (for graphics files : tiff, jpeg, psd, ...) This I have certainly considered. > - For us, this exchange system is a part of a customer portal we want > to deploy, so it will be a good feature if we can bypass the login > screen to access directly to the ftp space. > In this case WebFTP will be a component of our customers portal. This I just added. http://www.suave.net/Web-FTP/Web-FTP-2.3.0.tar.gz -- www.suave.net - Anthony Ball - an...@su... OSB - http://rivendell.suave.net/Beer -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Pillage pillage pillage ... loot loot loot! - Stimpy |
From: Jean-Pierre A. <jpa...@ja...> - 2004-03-05 10:37:45
|
Hello Anthony and all WebFTP users, I work in a graphics arts company, I've implemented a ftp server as an exchange system with our customers. I've tested a lot of systems, my choice was PureFTP + WebFTP. WebFTP is a powerful application and simply to deploy. Here is a list of some features that i'd like to be implemented in next releases : - In graphics arts, we use macintosh and pc, so when we download many files a tar compression don't match, only a zip compression work for us. - My customers ask for me if there is possible to view the icon of the file in WebFTP, and if they click on the icon the file is displayed in an other window (for graphics files : tiff, jpeg, psd, ...) - For us, this exchange system is a part of a customer portal we want to deploy, so it will be a good feature if we can bypass the login screen to access directly to the ftp space. In this case WebFTP will be a component of our customers portal. Sorry for my poor English, I hope that this message is clear for all. -------------------------------------------- Jean-Pierre Astier Maison SA Janvier/Analogue Tel. 33 1 53 20 22 00 Fax. 33 1 53 20 22 09 ----------------------------------------------- |
From: Anthony R. J. B. <an...@su...> - 2004-03-05 06:42:59
|
Ok, Web-FTP 2.3.0 is ready to be tested... allows logins from url (see readme) edit now writes text files properly (I think) And basic support for uploading from a URL is available (experimental) have a look, please, and if all is well I will do a full release http://www.suave.net/Web-FTP/Web-FTP-2.3.0.tar.gz -- www.suave.net - Anthony Ball - an...@su... OSB - http://rivendell.suave.net/Beer -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= "Criminal Lawyer", a redundancy |
From: Couey, R. <co...@TO...> - 2004-03-04 18:44:30
|
Folks, I'm a new Web-FTP user with a fresh install of 2.2.1 on Solaris 9. I can't log in. Apache allows access from any IP address in my domain but Web-FTP refuses to let me log in, either as root or under my UserID. Is Web-FTP not authenticating through Apache? If so, then it should it not accept a blank UserID & PW? If not, why won't it accept a root login? Thanks, Couey |
From: Anthony R. J. B. <an...@su...> - 2004-03-04 16:34:47
|
Not really... it could be edited to allow passing the username and password in the url, rather than the form input. Would have to look at the QUERY_STRING On Thu, Mar 04, 2004 at 04:42:37PM +0100, Jean-Pierre Astier wrote: > Hello all, > > I want to know if there is a way to bypass the login screen. > > For example with a url like : http://login:pa...@ft... > > I've tested this, but don't match !!! > > > > For new features, a bargraph for upload will be usefull > > Thanks > ---------------------------------------------------------------------- > Jean-Pierre Astier > > Responsable Informatique > IT Manager > > > > > Maison SA Janvier/Analogue > 65, rue de Dunkerque > 75009 Paris > > Tel. +33 1 53 20 22 00 > Fax. +33 1 53 20 22 09 > ----------------------------------------------------------------------- > > -- www.suave.net - Anthony Ball - an...@su... OSB - http://rivendell.suave.net/Beer -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= "Let us live without hate among those who hate." Dhammapada |
From: Anthony R. J. B. <an...@su...> - 2004-02-27 14:35:05
|
I have toyed with a full rewrite, including CSS and REAL templating... I have been at a loss on how to actually work out the=20 templating to support a framed look, or a non-framed look, or pop-up windows, or whatever... I will have to look at it again. I think I can basically make it so that whenever you call a template item it calls the=20 appropriate data... the problem is getting things to post to the=20 right place. With the forms it is an unholy mess of posting to the appropriate frame to make sure things go right... or, even worse, the javascript writing from one frame to another. Maybe I could make something that let you specify the target. I will have to play with it. I actually just added something one person asked for, uploading from a url. I will probably make a new release pretty soon. On Fri, Feb 27, 2004 at 02:54:33PM +0100, Luc Santeramo wrote: > Hi, >=20 > I know it is not a useful feature, but what about a new look ? >=20 > Luc >=20 > A 01:03 26/02/2004 -0500, Anthony R. J. Ball a ?crit : > > > > What features would make web-ftp more useful? > > > > I am looking for features that user in general may find > >helpful. > > > >-- > > www.suave.net - Anthony Ball - an...@su... > > OSB - http://rivendell.suave.net/Beer > >-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D > >"Scream. I'll save you later." The Doctor, "No Future." > > > > > > > >------------------------------------------------------- > >SF.Net is sponsored by: Speed Start Your Linux Apps Now. > >Build and deploy apps & Web services for Linux with > >a free DVD software kit from IBM. Click Now! > >http://ads.osdn.com/?ad_id=3D1356&alloc_id=3D3438&op=3Dclick > >_______________________________________________ > >Web-ftp-general mailing list > >Web...@li... > >https://lists.sourceforge.net/lists/listinfo/web-ftp-general >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id438&op=3Dclick > _______________________________________________ > Web-ftp-general mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-ftp-general >=20 --=20 www.suave.net - Anthony Ball - an...@su... OSB - http://rivendell.suave.net/Beer -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-= =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D Kindness is the oil that takes the friction out of life. =20 |
From: Luc S. <luc...@un...> - 2004-02-27 14:05:41
|
Hi, I know it is not a useful feature, but what about a new look ? Luc A 01:03 26/02/2004 -0500, Anthony R. J. Ball a =E9crit : > > What features would make web-ftp more useful? > > I am looking for features that user in general may find >helpful. > >-- > www.suave.net - Anthony Ball - an...@su... > OSB - http://rivendell.suave.net/Beer >-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-= =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D >"Scream. I'll save you later." The Doctor, "No Future." > > > >------------------------------------------------------- >SF.Net is sponsored by: Speed Start Your Linux Apps Now. >Build and deploy apps & Web services for Linux with >a free DVD software kit from IBM. Click Now! >http://ads.osdn.com/?ad_id=3D1356&alloc_id=3D3438&op=3Dclick >_______________________________________________ >Web-ftp-general mailing list >Web...@li... >https://lists.sourceforge.net/lists/listinfo/web-ftp-general |
From: Anthony R. J. B. <an...@su...> - 2004-02-26 06:13:10
|
What features would make web-ftp more useful? I am looking for features that user in general may find helpful. -- www.suave.net - Anthony Ball - an...@su... OSB - http://rivendell.suave.net/Beer -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= "Scream. I'll save you later." The Doctor, "No Future." |
From: Anthony R. J. B. <an...@su...> - 2004-01-12 18:15:55
|
Hrm.. this is probably windows adding the \r in the form... it could be fixed.. I will have to take a look. On Mon, Jan 12, 2004 at 10:12:29AM -0800, Jeff Spellman wrote: > Hello Anthony, > > First the good news. Some time back, I had problems getting Web-FTP to > authenticate on my Red Hat Linux 9.0 > I purchased Red Hat ES 3.0, and here it works again! Maybe Apache 2.0.46 was > the problem. Don't know, don't care... > > > Now the problem: > 1) Using Web-FTP 2.2.1 > 2) When I use the editor "extra" CR characters are appended to each line. I > am doing the edit from a Windoze box, > that might matter. Here is the hex dumps of the test files. > > Original file: > 310D 0A32 0D0A 330D 0A34 0D0A 350D 0A36 0D0A 370D 0A38 0D0A 390D 0A > > Saved file (I did not change anything manually): > 310D 0D0A 320D 0D0A 330D 0D0A 340D 0D0A 350D 0D0A 360D 0D0A 370D 0D0A 380D > 0D0A 390D 0D0A > > Note the extra 0D (carriage return)? I've seen this in another application > that has an editor. > The author tried some things, but was never able to fix it. > This is really only a problem when editing files that are read by the > system. IE crontab > Cron pukes and dies.. very messy :-) > I'm willing to test any situation in an effort to help. > > Thanks, > > Jeff Spellman > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Web-ftp-general mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-ftp-general -- www.suave.net - Anthony Ball - an...@su... Fill out a wishlist NOW for christmas www.suave.net/wl -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= My God, what have we done?-Robert Lewis, co-pilot Enola Gay, 8/6/1945 |
From: Jeff S. <je...@th...> - 2004-01-12 18:12:27
|
Hello Anthony, First the good news. Some time back, I had problems getting Web-FTP to authenticate on my Red Hat Linux 9.0 I purchased Red Hat ES 3.0, and here it works again! Maybe Apache 2.0.46 was the problem. Don't know, don't care... Now the problem: 1) Using Web-FTP 2.2.1 2) When I use the editor "extra" CR characters are appended to each line. I am doing the edit from a Windoze box, that might matter. Here is the hex dumps of the test files. Original file: 310D 0A32 0D0A 330D 0A34 0D0A 350D 0A36 0D0A 370D 0A38 0D0A 390D 0A Saved file (I did not change anything manually): 310D 0D0A 320D 0D0A 330D 0D0A 340D 0D0A 350D 0D0A 360D 0D0A 370D 0D0A 380D 0D0A 390D 0D0A Note the extra 0D (carriage return)? I've seen this in another application that has an editor. The author tried some things, but was never able to fix it. This is really only a problem when editing files that are read by the system. IE crontab Cron pukes and dies.. very messy :-) I'm willing to test any situation in an effort to help. Thanks, Jeff Spellman |
From: Anthony R. J. B. <an...@su...> - 2004-01-12 18:03:31
|
they will have to have full paths, like /images/foo.jpg if you are running in a cgi-bin directory. Find out what path it is trying to use for the image, and see if it looks right (in mozilla, right click on broken image and do view image to see the url in the location bar) On Mon, Jan 12, 2004 at 07:02:04PM +0100, Jean-Pierre Astier wrote: > Hi, > > My html template files work fine, but no images are displayed. > > Thanks for help > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Web-ftp-general mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-ftp-general -- www.suave.net - Anthony Ball - an...@su... Fill out a wishlist NOW for christmas www.suave.net/wl -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= "Oh, havoc," cried Pooh as he let slip the dogs of war. |
From: Jean-Pierre A. <jpa...@ja...> - 2004-01-12 18:00:34
|
Hi, My html template files work fine, but no images are displayed. Thanks for help |
From: Anthony R. J. B. <an...@su...> - 2004-01-12 16:14:33
|
If you didn't update to the webftp subdirectory structure it would have... basically the templates directory now needs to be in the same directory that web-ftp.conf is in. Before it used to have to be in the same dir as web-ftp.cgi Basically when it starts web-ftp tries to open the config file in the current dir... if that fails, it tries to open webftp/web-ftp.conf Whichever it gets, that becomes the base directory for all the secondary files. On Mon, Jan 12, 2004 at 04:46:30PM +0100, Luc Santeramo wrote: > A 10:29 12/01/2004 -0500, vous avez ?crit : > > > > Heh.. oops... broke that in 2.2.0 it looks like, the new subdirectory > >structure screwed it up... > > this was working for me with this version.... > but it doesn't matter, now. > > Luc > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Web-ftp-general mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-ftp-general -- www.suave.net - Anthony Ball - an...@su... Fill out a wishlist NOW for christmas www.suave.net/wl -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= "Let's plunge ahead." --Dr. Scratchensniff |