web-ftp-general Mailing List for Web-FTP (Page 5)
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: Anthony R. J. B. <an...@su...> - 2003-09-18 19:43:18
|
So... I finally released 2.2.0, it has internationalization, sub-files have been moved to a subdirectory, and the problem with one of the buttons submitting to the bottom frame is fixed. http://prdownloads.sourceforge.net/web-ftp/Web-FTP-2.2.0.tar.gz Have fun -- www.suave.net - Anthony Ball - an...@su... Fill out a wishlist NOW for christmas www.suave.net/wl -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Funny, only sensible people agree with me. |
From: Anthony R. J. B. <an...@su...> - 2003-09-04 16:28:56
|
Blah... so busy, so much I want to do. Sorry I have been pretty quiet for a long time. I am now taking graduate courses AND working 40 hours a week, how fun is that! I did manage to install apache2 last night and try out web-ftp... 2.1.2 and 2.2.0 both worked on apache2 for me, is anyone still subscribed still having problems? Also... I hope to officially release 2.2.0 and its internationalization soon... sigh. -- www.suave.net - Anthony Ball - an...@ww... Fill out a wishlist NOW for christmas www.suave.net/wl -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Military intelligence and corporate ethics are oxymorons. |
From: Anthony R. J. B. <an...@su...> - 2003-08-22 21:44:16
|
What kind of system? On Thu, Aug 21, 2003 at 10:41:45PM +0800, Sunny . wrote: > hi, i dl the web-ftp program, but don't know config and use, can teach me > please??? > > _________________________________________________________________ > Linguaphone : Learning English? Get Japanese lessons for FREE > http://go.msnserver.com/HK/30476.asp > > > > ------------------------------------------------------- > This SF.net email is sponsored by: VM Ware > With VMware you can run multiple operating systems on a single machine. > WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines > at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0 > _______________________________________________ > Web-ftp-general mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-ftp-general -- ___ __ __ __ _ _ ____ _ _ ____ ____ / __)( )( ) /__\( \/ )( ___) ( \( )( ___)(_ _) \__ \ )(__)( /(__)\\ / )__) ) ( )__) )( (___/(______)(__)(__)\/ (____)()(_)\_)(____) (__) 'Politically Correct' - Colloquial oxymoronic figure of speech. |
From: Sunny . <kk...@ho...> - 2003-08-22 04:12:23
|
hi, i dl the web-ftp program, but don't know config and use, can teach me please??? _________________________________________________________________ Linguaphone : Learning English? Get Japanese lessons for FREE http://go.msnserver.com/HK/30476.asp |
From: Printmakers <pri...@be...> - 2003-06-17 13:14:26
|
At 04:52 PM 6/16/03 -0400, you wrote: > Very odd, try this version >http://www.suave.net/Web-FTP/Web-FTP-2.2.0.tar.gz > >if that doesnt work, post your conf file. Ok- This version is giving the error: webftp/lang/english .map not found! aborting! (and I do have this file/directory structure in my cgi-bin directory. ) Here's my conf (it's set to all the defaults) #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 changedthe 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 ##### 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 Anthony Ball <An...@we...> #Web-ftp 2.2.0 |
From: Anthony R. J. B. <an...@su...> - 2003-06-16 20:51:14
|
Very odd, try this version http://www.suave.net/Web-FTP/Web-FTP-2.2.0.tar.gz if that doesnt work, post your conf file. On Mon, Jun 16, 2003 at 04:43:31PM -0400, Printmakers wrote: > Hello- > > I am trying to get Web-FTP to work, and am getting this error: > > > There has been an error > > Server said: Net::FTP: Bad protocol 'tcp' > > <http://www.printmakersinc.com/cgi-bin/web-ftp.cgi>Click here to go to the > log in screen. > > > > You can try it yourself: > > http://www.printmakersinc.com/cgi-bin/web-ftp.cgi > > > > The web site is hosted on an OpenBSD system, with perl 5.6 and the Net::FTP > module installed. > > > Any suggestions as to what the problem might be? > > Thanks, > > Steve > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > Web-ftp-general mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-ftp-general -- ___ __ __ __ _ _ ____ _ _ ____ ____ / __)( )( ) /__\( \/ )( ___) ( \( )( ___)(_ _) \__ \ )(__)( /(__)\\ / )__) ) ( )__) )( (___/(______)(__)(__)\/ (____)()(_)\_)(____) (__) Taco Bell Laboratories: where UNIX programmers eat out. |
From: Printmakers <pri...@be...> - 2003-06-16 20:43:41
|
Hello- I am trying to get Web-FTP to work, and am getting this error: There has been an error Server said: Net::FTP: Bad protocol 'tcp' <http://www.printmakersinc.com/cgi-bin/web-ftp.cgi>Click here to go to the log in screen. You can try it yourself: http://www.printmakersinc.com/cgi-bin/web-ftp.cgi The web site is hosted on an OpenBSD system, with perl 5.6 and the Net::FTP module installed. Any suggestions as to what the problem might be? Thanks, Steve |
From: Anthony R. J. B. <an...@su...> - 2003-06-05 19:28:38
|
Umm.. are you running the web-ftp setup, or just a user? If you are a user, talk to KeenSpace. On Thu, Jun 05, 2003 at 02:20:17PM -0500, Bryan M. Richter wrote: > Greetings. > > Am unable to sign in to the KeenSpace server thru Web FTP. After entering > username and password, I get this message. ... > _____ > > There has been an error > Server said: > Click here to go to the log in screen. > _____ > > I can access the KeenSpace updater with the same username and password, so > it's not that. I have not seen a message posted on the KS Admin group on > Yahoo. I'm on IE 6.0.28+. > > Thanks. > Bryan M. Richter > _____ > > "Television is democracy at its ugliest." > -- Paddy Chayefsky (1923-1981), playwright > > WLCD | The News Chicks > http://LCD.keenspace.com > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The best > thread debugger on the planet. Designed with thread debugging features > you've never dreamed of, try TotalView 6 free at www.etnus.com. > _______________________________________________ > Web-ftp-general mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-ftp-general -- ___ __ __ __ _ _ ____ _ _ ____ ____ / __)( )( ) /__\( \/ )( ___) ( \( )( ___)(_ _) \__ \ )(__)( /(__)\\ / )__) ) ( )__) )( (___/(______)(__)(__)\/ (____)()(_)\_)(____) (__) Are taglines the footnotes of Reality? |
From: Bryan M. R. <bry...@gt...> - 2003-06-05 19:19:05
|
Greetings. Am unable to sign in to the KeenSpace server thru Web FTP. After entering username and password, I get this message. ... _____ There has been an error Server said: Click here to go to the log in screen. _____ I can access the KeenSpace updater with the same username and password, so it's not that. I have not seen a message posted on the KS Admin group on Yahoo. I'm on IE 6.0.28+. Thanks. Bryan M. Richter _____ "Television is democracy at its ugliest." -- Paddy Chayefsky (1923-1981), playwright WLCD | The News Chicks http://LCD.keenspace.com |
From: Peter M. <man...@e-...> - 2003-06-03 15:13:29
|
Just a question from a newbie: has anybody tried installing web-ftp with Communigate Pro? I can't seem to get it to work, even though I have succesfully installed it on another server running Apache. Peter Mansvelder |
From: angel c. <mki...@ho...> - 2003-05-07 20:04:57
|
<html><div style='background-color:'><DIV> <P><mailto:web...@li...?subject=help><mailto:web...@li...><mailto:web...@li...?subject=subscribe><mailto:web...@li...?subject=unsubscribe>377161 </P></DIV> <DIV></DIV> <DIV></DIV> <DIV> </DIV></mailto:web...@li...?subject=unsubscribe></mailto:web...@li...?subject=subscribe></mailto:web...@li...></mailto:web...@li...?subject=help></div><br clear=all><hr> </html> |
From: <Mic...@gm...> - 2003-04-03 12:56:10
|
confirm 773586 -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage! |
From: Anthony R. J. B. <an...@su...> - 2003-03-26 18:19:17
|
Please do. On Wed, Mar 26, 2003 at 08:57:51AM +0100, Luc Santeramo wrote: > thanks for these explanations > > here is the last version of the french translation > > after having at webftp using the french translation I have seen that some > texts were not translated. > they don't appear in the map file > do you want me to give you a list of these ? > > Luc > > A 10:17 24/03/2003 -0500, vous avez ?crit : > > >Ok... > > > >enter_for_site: Enter command for SITE *** > >site: Site(Adv) *** > >new_directory: New directory on *** > >moving_files_on: Moving files on *** > >altering_permissions_on: Altering permissions on *** > > > >SITE is a command in FTP that allows you to run certain allowed > >programs over FTP, so you would not translate the word SITE > >Site(Adv) is in the sidebar menu when allowed, Adv is to indicate > >that it is an Advanced user command. > > > >The New directory on and Moving files on are the titles for the > >move/rename page and the make directory page, but since they are > >in frames most people don't see them... and example would be > > > >New directory on /home/ant > >Moving files on /home/ant > > > >On Tue, Mar 18, 2003 at 09:39:20AM +0100, Luc Santeramo wrote: > >> Hi, > >> > >> here is the french version > >> > >> but I have some javascript error with this one. > >> I'm sorry I didn't try to fix the problem.... > >> > >> question : where all messages ending with *** appear ? > >> > >> I didn't translate these because I could not check if the meaning was ok. > >> > >> Luc > > > > > > > > > >-- > > ___ __ __ __ _ _ ____ _ _ ____ ____ > >/ __)( )( ) /__\( \/ )( ___) ( \( )( ___)(_ _) > >\__ \ )(__)( /(__)\\ / )__) ) ( )__) )( > >(___/(______)(__)(__)\/ (____)()(_)\_)(____) (__) > >"Doctor, are you aware that everyone is behaving strangely?" -- ___ __ __ __ _ _ ____ _ _ ____ ____ / __)( )( ) /__\( \/ )( ___) ( \( )( ___)(_ _) \__ \ )(__)( /(__)\\ / )__) ) ( )__) )( (___/(______)(__)(__)\/ (____)()(_)\_)(____) (__) Being weird isn't enough, but it's a start. |
From: Luc S. <luc...@un...> - 2003-03-26 07:59:28
|
thanks for these explanations here is the last version of the french translation after having at webftp using the french translation I have seen that some=20 texts were not translated. they don't appear in the map file do you want me to give you a list of these ? Luc A 10:17 24/03/2003 -0500, vous avez =E9crit : >Ok... > >enter_for_site: Enter command for SITE *** >site: Site(Adv) *** >new_directory: New directory on *** >moving_files_on: Moving files on *** >altering_permissions_on: Altering permissions on *** > >SITE is a command in FTP that allows you to run certain allowed >programs over FTP, so you would not translate the word SITE >Site(Adv) is in the sidebar menu when allowed, Adv is to indicate >that it is an Advanced user command. > >The New directory on and Moving files on are the titles for the >move/rename page and the make directory page, but since they are >in frames most people don't see them... and example would be > >New directory on /home/ant >Moving files on /home/ant > >On Tue, Mar 18, 2003 at 09:39:20AM +0100, Luc Santeramo wrote: > > Hi, > > > > here is the french version > > > > but I have some javascript error with this one. > > I'm sorry I didn't try to fix the problem.... > > > > question : where all messages ending with *** appear ? > > > > I didn't translate these because I could not check if the meaning was= ok. > > > > Luc > > > > >-- > ___ __ __ __ _ _ ____ _ _ ____ ____ >/ __)( )( ) /__\( \/ )( ___) ( \( )( ___)(_ _) >\__ \ )(__)( /(__)\\ / )__) ) ( )__) )( >(___/(______)(__)(__)\/ (____)()(_)\_)(____) (__) >"Doctor, are you aware that everyone is behaving strangely?" |
From: Anthony R. J. B. <an...@su...> - 2003-03-17 15:30:04
|
Hehe... I assume they actually subscribed to the list, or did something funky, since most spam I get for an Admin approval. On Fri, Mar 14, 2003 at 08:11:48AM -0800, KeithB wrote: >=20 > Just been a long time sine I've seen spam on a list so I was pissed. > =20 > "Anthony R. J. Ball" <an...@su...> wrote: > Looks like spam. Anyone got hambuger buns and a grill... Spamwich. >=20 > The list is pretty good about this... maybe they actually subscribed... >=20 > On Fri, Mar 14, 2003 at 05:33:25AM -0800, KeithB wrote: > >=20 > > What the hell is this?? > >=20 > > :neo...@ya... via 216.136.131.54; 12 Mar 2003 23:29:06 -0800 (PST= )Return-Path:Received:from 66.35.250.206 (EHLO sc8-sf-list2.sourceforge.net= ) (66.35.250.206) by mta186.mail.scd.yahoo.com with SMTP; 12 Mar 2003 23:29= :06 -0800 (PST)Received:from sc8-sf-list1-b.sourceforge.net ([10.3.1.13] he= lo=3Dsc8-sf-list1.sourceforge.net) by sc8-sf-list2.sourceforge.net with esm= tp (Exim 3.31-VA-mm2 #1 (Debian)) id 18tN9M-0003Sh-00; Wed, 12 Mar 2003 23:= 29:12 -0800Received:from eatatjoes.org ([69.0.176.11] helo=3Dlists.sourcefo= rge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (D= ebian)) id 18tN8M-0002Z3-00 for ; Wed, 12 Mar 2003 23:28:11 -0800To:web-ftp= -ge...@li...Reply-to:web...@li...= tFrom:web...@li... | This is Spam | Add to Address= BookContent-Type:text/htmlMessage-Id:Subject:[Web-ftp] Research Symbol SFC= ISender:web...@li...Errors-To:web-ftp-genera= l-...@li...X-BeenThere:web...@li...urceforge.= netX-Mailman-Version:2.0.9-sf.netPrecedence:bulkList-Help:List-Post:List-Su= bscribe:, List-Id:Discussion and help with Web-FTP List-Unsubscribe:, List-= Archive:X-Original-Date:Wed, 12 Mar 2003 07:30:51 -080Date:Wed, 12 Mar 2003= 07:30:51 -080Content-Length:3998 > > web...@li... wrote: > > v\:* { behavior: url(#default#VML) }o\:* { behavior: url(#default#VML) = }.shape { behavior: url(#default#VML) } > >=20 > >=20 > > Low-Priced Solutions to High-Priced Problems > >=20 > >=20 > >=20 > > SURFACE TECH, INC. > >=20 > > THE ONLY COMPANY THAT HAS THE PATENTED TECHNOLOGY=20 > >=20 > > TO RESURFACE ALLOY WHEELS WHILE STILL ON THE CAR > >=20 > > TRADING UNDER THE STOCK SYMBOL SFCI > >=20 > > GET SNAP QUOTE=20 > >=20 > >=20 > > THE OPPORTUNITY > >=20 > >=20 > >=20 > > Surface Tech has over 100 mobile licensed technicians across the U.S. t= hat utilize its patented process to repair curb damaged alloy wheels withou= t removing them from the car. This innovative new process ?Method for Refur= bishing an Automotive Wheel? was granted a patent in February, 2002 (U.S. P= atent 6,347,444).=20 > >=20 > > The Company has also developed a process to resurface damaged automotiv= e headlight lenses, and is anticipating high growth in the newly added ?Cle= ar Film? paint and headlight protection system. This proven product is appl= ied to vehicles to protect the front fenders, bumper, hood, and headlight l= ens covers from getting chipped, pitted or scratched by road debris.=20 > >=20 > > Each of the 28 million cars sold each year is a potential candidate for= SFCI's services, either now or at trade-in or turn-back time. The vast maj= ority of those cars will have scuffed wheels, pitted headlight lenses, or r= ock-chipped paint on the hoods, fenders and bumpers. > >=20 > > U.S. PATENT PROTECTION > >=20 > > Surface Tech obtained a U.S. patent that will protect the economic viab= ility of their wheel repair technology and future market share. The strengt= h of the issued patent, along with the filed continuation patents provide s= olid protection from unlicensed competitors. Other valuable and innovative = repair processes such as Paintless Dent Removal have suffered a decline in = profitability due to not having patent protection. As the original innovato= r of on-site wheel repair and owner of the patent rights, SFCI will continu= e to see increasing royalties from the multi-billion dollar a year auto rec= onditioning industry. > >=20 > >=20 > >=20 > > REVENUE BASE > >=20 > > SFCI current customers consist of over 4,000 auto dealerships, auto auc= tions, car rental companies, insurance companies and warranty programs. SFC= I licensed field technicians billed over $1,000,000 in 2001 and over $2,000= ,000 in 2002. The company anticipates adding 100 technicians this year and = the total billing is anticipated to surpass $10,000,000 in 2003.=20 > >=20 > > ADDITIONAL REVENUE SOURCES > >=20 > > A new product for SFCI will be an innovative new warranty program. SFCI= will receive an immediate fee for each new warranty sold at the time of ve= hicle purchase. The coverage will include wheel repair, headlight lens resu= rfacing, and ?Clear Film? paint protection system.=20 > >=20 > > The finance department of auto dealerships have historically been the s= ource of a significant percentage of the dealer?s profit through the sale o= f add-on products, as well as the financing of the vehicle. The dealerships= are currently experiencing a dramatic drop in that profit due to low inter= est financing and a lack of product that consumers see a value in. The new = appearance warranty provides them with a very profitable product that a hig= h percentage of their customers recognize as a means to protect the appeara= nce and value of their investment.=20 > >=20 > > THE NEED FOR EXPANSION CAPITAL > >=20 > > To penetrate the world-wide marketplace, which consists of hundreds of = thousands of car dealerships, auto body shops, rental car agencies, auto au= ctions and the general public the company requires capital. These funds wil= l secure additional techs, trucks, equipment and legal protection for its n= etwork.. > >=20 > > GO HERE TO LEARN MORE > >=20 > >=20 > >=20 > > DON'T CONTACT ME ANY MORE > >=20 > >=20 > >=20 > >=20 > >=20 > > ------------------------------------------------------- This SF.net ema= il is sponsored by:Crypto Challenge is now open! Get cracking and register = here for some mind boggling fun and the chance of winning an Apple iPod: ht= tp://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en ___________________= ____________________________ Web-ftp-general mailing list Web-ftp-general@l= ists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/web-ftp-g= eneral > >=20 > >=20 > >=20 > >=20 > > -KB neo...@ya...=20 > >=20 > > "If you and I have a widget and we exchange them, then each of us still= have one widget. If each of us have one idea and we exchange them, then ea= ch of us now have two ideas." > >=20 > >=20 > >=20 > > --------------------------------- > > Do you Yahoo!? > > Yahoo! Web Hosting - establish your business online > --=20 > ___ __ __ __ _ _ ____ _ _ ____ ____=20 > / __)( )( ) /__\( \/ )( ___) ( \( )( ___)(_ _) > \__ \ )(__)( /(__)\\ / )__) ) ( )__) )(=20 > (___/(______)(__)(__)\/ (____)()(_)\_)(____) (__)=20 > You know he's a vampire if your pet rabbit growls at him. >=20 >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by:Crypto Challenge is now open! > Get cracking and register here for some mind boggling fun and > the chance of winning an Apple iPod: > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en > _______________________________________________ > Web-ftp-general mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-ftp-general >=20 >=20 > --------------------------------- > Do you Yahoo!? > Yahoo! Web Hosting - establish your business online --=20 ___ __ __ __ _ _ ____ _ _ ____ ____=20 / __)( )( ) /__\( \/ )( ___) ( \( )( ___)(_ _) \__ \ )(__)( /(__)\\ / )__) ) ( )__) )( =20 (___/(______)(__)(__)\/ (____)()(_)\_)(____) (__)=20 "Egad, Brain! It worked! *ZOINK*" -- Pinky |
From: Anthony R. J. B. <an...@su...> - 2003-03-17 15:29:12
|
Doubt they use it... Although I am pretty sure that a company that sells emails lists uses it. On Fri, Mar 14, 2003 at 05:04:51PM +0100, Luc Santeramo wrote: > A 10:34 14/03/2003 -0500, Anthony R. J. Ball a ?crit : > > > Looks like spam. Anyone got hambuger buns and a grill... Spamwich. > > > > The list is pretty good about this... maybe they actually subscribed... > > do you think they use Web-FTP ? > > > > ------------------------------------------------------- > This SF.net email is sponsored by:Crypto Challenge is now open! > Get cracking and register here for some mind boggling fun and > the chance of winning an Apple iPod: > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en > _______________________________________________ > Web-ftp-general mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-ftp-general -- ___ __ __ __ _ _ ____ _ _ ____ ____ / __)( )( ) /__\( \/ )( ___) ( \( )( ___)(_ _) \__ \ )(__)( /(__)\\ / )__) ) ( )__) )( (___/(______)(__)(__)\/ (____)()(_)\_)(____) (__) A philosopher is merely someone who admits his own neuroses. |
From: Luc S. <luc...@un...> - 2003-03-14 16:54:45
|
A 10:34 14/03/2003 -0500, Anthony R. J. Ball a =E9crit : > Looks like spam. Anyone got hambuger buns and a grill... Spamwich. > > The list is pretty good about this... maybe they actually subscribed... do you think they use Web-FTP ? |
From: KeithB <neo...@ya...> - 2003-03-14 16:11:48
|
Just been a long time sine I've seen spam on a list so I was pissed. "Anthony R. J. Ball" <an...@su...> wrote: Looks like spam. Anyone got hambuger buns and a grill... Spamwich. The list is pretty good about this... maybe they actually subscribed... On Fri, Mar 14, 2003 at 05:33:25AM -0800, KeithB wrote: > > What the hell is this?? > > :neo...@ya... via 216.136.131.54; 12 Mar 2003 23:29:06 -0800 (PST)Return-Path:Received:from 66.35.250.206 (EHLO sc8-sf-list2.sourceforge.net) (66.35.250.206) by mta186.mail.scd.yahoo.com with SMTP; 12 Mar 2003 23:29:06 -0800 (PST)Received:from sc8-sf-list1-b.sourceforge.net ([10.3.1.13] helo=sc8-sf-list1.sourceforge.net) by sc8-sf-list2.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 18tN9M-0003Sh-00; Wed, 12 Mar 2003 23:29:12 -0800Received:from eatatjoes.org ([69.0.176.11] helo=lists.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 18tN8M-0002Z3-00 for ; Wed, 12 Mar 2003 23:28:11 -0800To:web...@li...Reply-to:web...@li...From:web...@li... | This is Spam | Add to Address BookContent-Type:text/htmlMessage-Id:Subject:[Web-ftp] Research Symbol SFCISender:web...@li...Errors-To:web...@li...X-BeenThere:web...@li...X-Mailman-Version:2.0.9-sf.netPrecedence:bulkList-Help:List-Post:List-Subscribe:, List-Id:Discussion and help with Web-FTP List-Unsubscribe:, List-Archive:X-Original-Date:Wed, 12 Mar 2003 07:30:51 -080Date:Wed, 12 Mar 2003 07:30:51 -080Content-Length:3998 > web...@li... wrote: > v\:* { behavior: url(#default#VML) }o\:* { behavior: url(#default#VML) }.shape { behavior: url(#default#VML) } > > > Low-Priced Solutions to High-Priced Problems > > > > SURFACE TECH, INC. > > THE ONLY COMPANY THAT HAS THE PATENTED TECHNOLOGY > > TO RESURFACE ALLOY WHEELS WHILE STILL ON THE CAR > > TRADING UNDER THE STOCK SYMBOL SFCI > > GET SNAP QUOTE > > > THE OPPORTUNITY > > > > Surface Tech has over 100 mobile licensed technicians across the U.S. that utilize its patented process to repair curb damaged alloy wheels without removing them from the car. This innovative new process ?Method for Refurbishing an Automotive Wheel? was granted a patent in February, 2002 (U.S. Patent 6,347,444). > > The Company has also developed a process to resurface damaged automotive headlight lenses, and is anticipating high growth in the newly added ?Clear Film? paint and headlight protection system. This proven product is applied to vehicles to protect the front fenders, bumper, hood, and headlight lens covers from getting chipped, pitted or scratched by road debris. > > Each of the 28 million cars sold each year is a potential candidate for SFCI's services, either now or at trade-in or turn-back time. The vast majority of those cars will have scuffed wheels, pitted headlight lenses, or rock-chipped paint on the hoods, fenders and bumpers. > > U.S. PATENT PROTECTION > > Surface Tech obtained a U.S. patent that will protect the economic viability of their wheel repair technology and future market share. The strength of the issued patent, along with the filed continuation patents provide solid protection from unlicensed competitors. Other valuable and innovative repair processes such as Paintless Dent Removal have suffered a decline in profitability due to not having patent protection. As the original innovator of on-site wheel repair and owner of the patent rights, SFCI will continue to see increasing royalties from the multi-billion dollar a year auto reconditioning industry. > > > > REVENUE BASE > > SFCI current customers consist of over 4,000 auto dealerships, auto auctions, car rental companies, insurance companies and warranty programs. SFCI licensed field technicians billed over $1,000,000 in 2001 and over $2,000,000 in 2002. The company anticipates adding 100 technicians this year and the total billing is anticipated to surpass $10,000,000 in 2003. > > ADDITIONAL REVENUE SOURCES > > A new product for SFCI will be an innovative new warranty program. SFCI will receive an immediate fee for each new warranty sold at the time of vehicle purchase. The coverage will include wheel repair, headlight lens resurfacing, and ?Clear Film? paint protection system. > > The finance department of auto dealerships have historically been the source of a significant percentage of the dealer?s profit through the sale of add-on products, as well as the financing of the vehicle. The dealerships are currently experiencing a dramatic drop in that profit due to low interest financing and a lack of product that consumers see a value in. The new appearance warranty provides them with a very profitable product that a high percentage of their customers recognize as a means to protect the appearance and value of their investment. > > THE NEED FOR EXPANSION CAPITAL > > To penetrate the world-wide marketplace, which consists of hundreds of thousands of car dealerships, auto body shops, rental car agencies, auto auctions and the general public the company requires capital. These funds will secure additional techs, trucks, equipment and legal protection for its network.. > > GO HERE TO LEARN MORE > > > > DON'T CONTACT ME ANY MORE > > > > > > ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ Web-ftp-general mailing list Web...@li... https://lists.sourceforge.net/lists/listinfo/web-ftp-general > > > > > -KB neo...@ya... > > "If you and I have a widget and we exchange them, then each of us still have one widget. If each of us have one idea and we exchange them, then each of us now have two ideas." > > > > --------------------------------- > Do you Yahoo!? > Yahoo! Web Hosting - establish your business online -- ___ __ __ __ _ _ ____ _ _ ____ ____ / __)( )( ) /__\( \/ )( ___) ( \( )( ___)(_ _) \__ \ )(__)( /(__)\\ / )__) ) ( )__) )( (___/(______)(__)(__)\/ (____)()(_)\_)(____) (__) You know he's a vampire if your pet rabbit growls at him. ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ Web-ftp-general mailing list Web...@li... https://lists.sourceforge.net/lists/listinfo/web-ftp-general --------------------------------- Do you Yahoo!? Yahoo! Web Hosting - establish your business online |
From: Anthony R. J. B. <an...@su...> - 2003-03-14 15:34:25
|
Looks like spam. Anyone got hambuger buns and a grill... Spamwich. The list is pretty good about this... maybe they actually subscribed... On Fri, Mar 14, 2003 at 05:33:25AM -0800, KeithB wrote: >=20 > What the hell is this?? > =20 > :neo...@ya... via 216.136.131.54; 12 Mar 2003 23:29:06 -0800 (PST)R= eturn-Path:<web...@li...>Received:from 66.35= =2E250.206 (EHLO sc8-sf-list2.sourceforge.net) (66.35.250.206) by mta186.ma= il.scd.yahoo.com with SMTP; 12 Mar 2003 23:29:06 -0800 (PST)Received:from s= c8-sf-list1-b.sourceforge.net ([10.3.1.13] helo=3Dsc8-sf-list1.sourceforge.= net) by sc8-sf-list2.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debia= n)) id 18tN9M-0003Sh-00; Wed, 12 Mar 2003 23:29:12 -0800Received:from eatat= joes.org ([69.0.176.11] helo=3Dlists.sourceforge.net) by sc8-sf-list1.sourc= eforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 18tN8M-0002Z3-00 fo= r <web...@li...>; Wed, 12 Mar 2003 23:28:11 -0800T= o:web...@li...Reply-to:web...@li...urc= eforge.netFrom:web...@li... | This is Spam | Add t= o Address BookContent-Type:text/htmlMessage-Id:<E18tN8M-0002Z3-00@sc8-sf-li= st1.sourceforge.net>Subject:[Web-ftp] Research Symbol SFCISender:web-ftp-ge= ner...@li...Errors-To:web...@li...ur= ceforge.netX-BeenThere:web...@li...X-Mailman-Versi= on:2.0.9-sf.netPrecedence:bulkList-Help:<mailto:web-ftp-general-request@lis= ts.sourceforge.net?subject=3Dhelp>List-Post:<mailto:web-ftp-general@lists.s= ourceforge.net>List-Subscribe:<https://lists.sourceforge.net/lists/listinfo= /web-ftp-general>, <mailto:web...@li...?su= bject=3Dsubscribe>List-Id:Discussion and help with Web-FTP <web-ftp-general= =2Elists.sourceforge.net>List-Unsubscribe:<https://lists.sourceforge.net/li= sts/listinfo/web-ftp-general>, <mailto:web...@li...urce= forge.net?subject=3Dunsubscribe>List-Archive:<http://sourceforge.net/mailar= chive/forum.php?forum=3Dweb-ftp-general>X-Original-Date:Wed, 12 Mar 2003 07= :30:51 -080Date:Wed, 12 Mar 2003 07:30:51 -080Content-Length:3998 > web...@li... wrote: > v\:* { behavior: url(#default#VML) }o\:* { behavior: url(= #default#VML) }.shape { behavior: url(#default#VML) } >=20 >=20 > Low-Priced Solutions to High-Priced Problems >=20 >=20 >=20 > SURFACE TECH, INC. >=20 > THE ONLY COMPANY THAT HAS THE PATENTED TECHNOLOGY=20 >=20 > TO RESURFACE ALLOY WHEELS WHILE STILL ON THE CAR >=20 > TRADING UNDER THE STOCK SYMBOL SFCI >=20 > GET SNAP QUOTE=20 >=20 > =20 > THE OPPORTUNITY >=20 > =20 >=20 > Surface Tech has over 100 mobile licensed technicians across the U.S. tha= t utilize its patented process to repair curb damaged alloy wheels without = removing them from the car. This innovative new process ?Method for Refurbi= shing an Automotive Wheel? was granted a patent in February, 2002 (U.S. Pat= ent 6,347,444).=20 >=20 > The Company has also developed a process to resurface damaged automotive = headlight lenses, and is anticipating high growth in the newly added ?Clear= Film? paint and headlight protection system. This proven product is applie= d to vehicles to protect the front fenders, bumper, hood, and headlight len= s covers from getting chipped, pitted or scratched by road debris.=20 >=20 > Each of the 28 million cars sold each year is a potential candidate for S= FCI's services, either now or at trade-in or turn-back time. The vast majo= rity of those cars will have scuffed wheels, pitted headlight lenses, or ro= ck-chipped paint on the hoods, fenders and bumpers. >=20 > U.S. PATENT PROTECTION >=20 > Surface Tech obtained a U.S. patent that will protect the economic viabil= ity of their wheel repair technology and future market share. The strength= of the issued patent, along with the filed continuation patents provide so= lid protection from unlicensed competitors. Other valuable and innovative= repair processes such as Paintless Dent Removal have suffered a decline in= profitability due to not having patent protection. As the original innova= tor of on-site wheel repair and owner of the patent rights, SFCI will conti= nue to see increasing royalties from the multi-billion dollar a year auto r= econditioning industry. >=20 > =20 >=20 > REVENUE BASE >=20 > SFCI current customers consist of over 4,000 auto dealerships, auto aucti= ons, car rental companies, insurance companies and warranty programs. SFCI = licensed field technicians billed over $1,000,000 in 2001 and over $2,000,= 000 in 2002. The company anticipates adding 100 technicians this year and t= he total billing is anticipated to surpass $10,000,000 in 2003.=20 >=20 > ADDITIONAL REVENUE SOURCES >=20 > A new product for SFCI will be an innovative new warranty program. SFCI = will receive an immediate fee for each new warranty sold at the time of ve= hicle purchase. The coverage will include wheel repair, headlight lens resu= rfacing, and ?Clear Film? paint protection system.=20 >=20 > The finance department of auto dealerships have historically been the sou= rce of a significant percentage of the dealer?s profit through the sale of = add-on products, as well as the financing of the vehicle. The dealerships = are currently experiencing a dramatic drop in that profit due to low intere= st financing and a lack of product that consumers see a value in. The new = appearance warranty provides them with a very profitable product that a hig= h percentage of their customers recognize as a means to protect the appeara= nce and value of their investment. =20 >=20 > THE NEED FOR EXPANSION CAPITAL >=20 > To penetrate the world-wide marketplace, which consists of hundreds of t= housands of car dealerships, auto body shops, rental car agencies, auto auc= tions and the general public the company requires capital. These funds wil= l secure additional techs, trucks, equipment and legal protection for its n= etwork.. >=20 > GO HERE TO LEARN MORE >=20 > =20 >=20 > DON'T CONTACT ME ANY MORE >=20 >=20 > =20 >=20 > =20 > ------------------------------------------------------- This SF.net emai= l is sponsored by:Crypto Challenge is now open! Get cracking and register h= ere for some mind boggling fun and the chance of winning an Apple iPod: htt= p://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en ____________________= ___________________________ Web-ftp-general mailing list Web-ftp-general@li= sts.sourceforge.net https://lists.sourceforge.net/lists/listinfo/web-ftp-ge= neral >=20 >=20 > =20 >=20 > -KB neo...@ya...=20 >=20 > "If you and I have a widget and we exchange them, then each of us still h= ave one widget. If each of us have one idea and we exchange them, then each= of us now have two ideas." >=20 >=20 >=20 > --------------------------------- > Do you Yahoo!? > Yahoo! Web Hosting - establish your business online --=20 ___ __ __ __ _ _ ____ _ _ ____ ____=20 / __)( )( ) /__\( \/ )( ___) ( \( )( ___)(_ _) \__ \ )(__)( /(__)\\ / )__) ) ( )__) )( =20 (___/(______)(__)(__)\/ (____)()(_)\_)(____) (__)=20 You know he's a vampire if your pet rabbit growls at him. |
From: KeithB <neo...@ya...> - 2003-03-14 13:33:25
|
What the hell is this?? :neo...@ya... via 216.136.131.54; 12 Mar 2003 23:29:06 -0800 (PST)Return-Path:<web...@li...>Received:from 66.35.250.206 (EHLO sc8-sf-list2.sourceforge.net) (66.35.250.206) by mta186.mail.scd.yahoo.com with SMTP; 12 Mar 2003 23:29:06 -0800 (PST)Received:from sc8-sf-list1-b.sourceforge.net ([10.3.1.13] helo=sc8-sf-list1.sourceforge.net) by sc8-sf-list2.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 18tN9M-0003Sh-00; Wed, 12 Mar 2003 23:29:12 -0800Received:from eatatjoes.org ([69.0.176.11] helo=lists.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 18tN8M-0002Z3-00 for <web...@li...>; Wed, 12 Mar 2003 23:28:11 -0800To:web...@li...Reply-to:web...@li...From:web...@li... | This is Spam | Add to Address BookContent-Type:text/htmlMessage-Id:<E18...@sc...>Subject:[Web-ftp] Research Symbol SFCISender:web...@li...Errors-To:web...@li...X-BeenThere:web...@li...X-Mailman-Version:2.0.9-sf.netPrecedence:bulkList-Help:<mailto:web...@li...?subject=help>List-Post:<mailto:web...@li...>List-Subscribe:<https://lists.sourceforge.net/lists/listinfo/web-ftp-general>, <mailto:web...@li...?subject=subscribe>List-Id:Discussion and help with Web-FTP <web-ftp-general.lists.sourceforge.net>List-Unsubscribe:<https://lists.sourceforge.net/lists/listinfo/web-ftp-general>, <mailto:web...@li...?subject=unsubscribe>List-Archive:<http://sourceforge.net/mailarchive/forum.php?forum=web-ftp-general>X-Original-Date:Wed, 12 Mar 2003 07:30:51 -080Date:Wed, 12 Mar 2003 07:30:51 -080Content-Length:3998 web...@li... wrote: v\:* { behavior: url(#default#VML) }o\:* { behavior: url(#default#VML) }.shape { behavior: url(#default#VML) } Low-Priced Solutions to High-Priced Problems SURFACE TECH, INC. THE ONLY COMPANY THAT HAS THE PATENTED TECHNOLOGY TO RESURFACE ALLOY WHEELS WHILE STILL ON THE CAR TRADING UNDER THE STOCK SYMBOL SFCI GET SNAP QUOTE THE OPPORTUNITY Surface Tech has over 100 mobile licensed technicians across the U.S. that utilize its patented process to repair curb damaged alloy wheels without removing them from the car. This innovative new process Method for Refurbishing an Automotive Wheel was granted a patent in February, 2002 (U.S. Patent 6,347,444). The Company has also developed a process to resurface damaged automotive headlight lenses, and is anticipating high growth in the newly added Clear Film paint and headlight protection system. This proven product is applied to vehicles to protect the front fenders, bumper, hood, and headlight lens covers from getting chipped, pitted or scratched by road debris. Each of the 28 million cars sold each year is a potential candidate for SFCI's services, either now or at trade-in or turn-back time. The vast majority of those cars will have scuffed wheels, pitted headlight lenses, or rock-chipped paint on the hoods, fenders and bumpers. U.S. PATENT PROTECTION Surface Tech obtained a U.S. patent that will protect the economic viability of their wheel repair technology and future market share. The strength of the issued patent, along with the filed continuation patents provide solid protection from unlicensed competitors. Other valuable and innovative repair processes such as Paintless Dent Removal have suffered a decline in profitability due to not having patent protection. As the original innovator of on-site wheel repair and owner of the patent rights, SFCI will continue to see increasing royalties from the multi-billion dollar a year auto reconditioning industry. REVENUE BASE SFCI current customers consist of over 4,000 auto dealerships, auto auctions, car rental companies, insurance companies and warranty programs. SFCI licensed field technicians billed over $1,000,000 in 2001 and over $2,000,000 in 2002. The company anticipates adding 100 technicians this year and the total billing is anticipated to surpass $10,000,000 in 2003. ADDITIONAL REVENUE SOURCES A new product for SFCI will be an innovative new warranty program. SFCI will receive an immediate fee for each new warranty sold at the time of vehicle purchase. The coverage will include wheel repair, headlight lens resurfacing, and Clear Film paint protection system. The finance department of auto dealerships have historically been the source of a significant percentage of the dealers profit through the sale of add-on products, as well as the financing of the vehicle. The dealerships are currently experiencing a dramatic drop in that profit due to low interest financing and a lack of product that consumers see a value in. The new appearance warranty provides them with a very profitable product that a high percentage of their customers recognize as a means to protect the appearance and value of their investment. THE NEED FOR EXPANSION CAPITAL To penetrate the world-wide marketplace, which consists of hundreds of thousands of car dealerships, auto body shops, rental car agencies, auto auctions and the general public the company requires capital. These funds will secure additional techs, trucks, equipment and legal protection for its network.. GO HERE TO LEARN MORE DON'T CONTACT ME ANY MORE ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ Web-ftp-general mailing list Web...@li... https://lists.sourceforge.net/lists/listinfo/web-ftp-general -KB neo...@ya... "If you and I have a widget and we exchange them, then each of us still have one widget. If each of us have one idea and we exchange them, then each of us now have two ideas." --------------------------------- Do you Yahoo!? Yahoo! Web Hosting - establish your business online |
From: Anthony R. J. B. <an...@su...> - 2003-03-13 15:27:37
|
Hrm... very odd... your initial call should be to web-ftp to log in, but after that web-ftpc should work, since it then has PATH_INFO in the call... Very strange. Especially if earlier versions of web-ftp worked. On Thu, Mar 13, 2003 at 08:17:29AM +0100, Luc Santeramo wrote: > PATH_INFO not found in environment. May not be running as a cgi > [Thu Mar 13 08:09:32 2003] [error] [client 217.128.101.40] Premature end of > script headers: /xxxxxx/cgi-bin/web-ftp/web-ftpc.cgi > > but maybe it is just a url link problem ? > it should be web-ftp.cgi instead of web-ftpc.cgi ? > don't know.... > > Luc > > A 12:35 12/03/2003 -0500, Anthony R. J. Ball a ?crit : > > > What does it say in the apache error_log? > > > >On Wed, Mar 12, 2003 at 05:22:06PM +0100, Luc Santeramo wrote: > >> the problem appears with the english version. > >> > >> I didn't tried the french version for the moment (not finished yet). > >> > >> > >> Luc > >> > >> A 11:15 12/03/2003 -0500, vous avez ?crit : > >> > >> > Is this with french translations? I.E. does it work with english? > >> > > >> >On Wed, Mar 12, 2003 at 09:16:27AM +0100, Luc Santeramo wrote: > >> >> WHen I have this error message : > >> >> > >> >> You are unauthorized to connect to this web-FTP session. > >> >> Please login with cookies and javascript enabled. > >> >> > >> >> and when I click on "login" I've got a server internel error. > >> >> > >> >> "login" links to web-ftpc.cgi > >> >> > >> >> wrong configuration file, or bug ? > >> >> > >> >> Luc > >> > >> > >> > >> > >> ------------------------------------------------------- > >> This SF.net email is sponsored by:Crypto Challenge is now open! > >> Get cracking and register here for some mind boggling fun and > >> the chance of winning an Apple iPod: > >> http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en > >> _______________________________________________ > >> Web-ftp-general mailing list > >> Web...@li... > >> https://lists.sourceforge.net/lists/listinfo/web-ftp-general > > > >-- > > ___ __ __ __ _ _ ____ _ _ ____ ____ > >/ __)( )( ) /__\( \/ )( ___) ( \( )( ___)(_ _) > >\__ \ )(__)( /(__)\\ / )__) ) ( )__) )( > >(___/(______)(__)(__)\/ (____)()(_)\_)(____) (__) > >No man has a good enough memory to make a successful liar." - Lincoln > > > > > > > >------------------------------------------------------- > >This SF.net email is sponsored by:Crypto Challenge is now open! > >Get cracking and register here for some mind boggling fun and > >the chance of winning an Apple iPod: > >http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en > >_______________________________________________ > >Web-ftp-general mailing list > >Web...@li... > >https://lists.sourceforge.net/lists/listinfo/web-ftp-general > > > > > ------------------------------------------------------- > This SF.net email is sponsored by:Crypto Challenge is now open! > Get cracking and register here for some mind boggling fun and > the chance of winning an Apple iPod: > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en > _______________________________________________ > Web-ftp-general mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-ftp-general -- ___ __ __ __ _ _ ____ _ _ ____ ____ / __)( )( ) /__\( \/ )( ___) ( \( )( ___)(_ _) \__ \ )(__)( /(__)\\ / )__) ) ( )__) )( (___/(______)(__)(__)\/ (____)()(_)\_)(____) (__) "You write drivel unfit for a light bulb commercial." -- The Brain |
From: Luc S. <luc...@un...> - 2003-03-13 07:19:07
|
PATH_INFO not found in environment. May not be running as a cgi [Thu Mar 13 08:09:32 2003] [error] [client 217.128.101.40] Premature end of= =20 script headers: /xxxxxx/cgi-bin/web-ftp/web-ftpc.cgi but maybe it is just a url link problem ? it should be web-ftp.cgi instead of web-ftpc.cgi ? don't know.... Luc A 12:35 12/03/2003 -0500, Anthony R. J. Ball a =E9crit : > What does it say in the apache error_log? > >On Wed, Mar 12, 2003 at 05:22:06PM +0100, Luc Santeramo wrote: > > the problem appears with the english version. > > > > I didn't tried the french version for the moment (not finished yet). > > > > > > Luc > > > > A 11:15 12/03/2003 -0500, vous avez ?crit : > > > > > Is this with french translations? I.E. does it work with english? > > > > > >On Wed, Mar 12, 2003 at 09:16:27AM +0100, Luc Santeramo wrote: > > >> WHen I have this error message : > > >> > > >> You are unauthorized to connect to this web-FTP session. > > >> Please login with cookies and javascript enabled. > > >> > > >> and when I click on "login" I've got a server internel error. > > >> > > >> "login" links to web-ftpc.cgi > > >> > > >> wrong configuration file, or bug ? > > >> > > >> Luc > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by:Crypto Challenge is now open! > > Get cracking and register here for some mind boggling fun and > > the chance of winning an Apple iPod: > > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en > > _______________________________________________ > > Web-ftp-general mailing list > > Web...@li... > > https://lists.sourceforge.net/lists/listinfo/web-ftp-general > >-- > ___ __ __ __ _ _ ____ _ _ ____ ____ >/ __)( )( ) /__\( \/ )( ___) ( \( )( ___)(_ _) >\__ \ )(__)( /(__)\\ / )__) ) ( )__) )( >(___/(______)(__)(__)\/ (____)()(_)\_)(____) (__) >No man has a good enough memory to make a successful liar." - Lincoln > > > >------------------------------------------------------- >This SF.net email is sponsored by:Crypto Challenge is now open! >Get cracking and register here for some mind boggling fun and >the chance of winning an Apple iPod: >http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en >_______________________________________________ >Web-ftp-general mailing list >Web...@li... >https://lists.sourceforge.net/lists/listinfo/web-ftp-general |
From: Anthony R. J. B. <an...@su...> - 2003-03-12 17:35:54
|
What does it say in the apache error_log? On Wed, Mar 12, 2003 at 05:22:06PM +0100, Luc Santeramo wrote: > the problem appears with the english version. > > I didn't tried the french version for the moment (not finished yet). > > > Luc > > A 11:15 12/03/2003 -0500, vous avez ?crit : > > > Is this with french translations? I.E. does it work with english? > > > >On Wed, Mar 12, 2003 at 09:16:27AM +0100, Luc Santeramo wrote: > >> WHen I have this error message : > >> > >> You are unauthorized to connect to this web-FTP session. > >> Please login with cookies and javascript enabled. > >> > >> and when I click on "login" I've got a server internel error. > >> > >> "login" links to web-ftpc.cgi > >> > >> wrong configuration file, or bug ? > >> > >> Luc > > > > > ------------------------------------------------------- > This SF.net email is sponsored by:Crypto Challenge is now open! > Get cracking and register here for some mind boggling fun and > the chance of winning an Apple iPod: > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en > _______________________________________________ > Web-ftp-general mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-ftp-general -- ___ __ __ __ _ _ ____ _ _ ____ ____ / __)( )( ) /__\( \/ )( ___) ( \( )( ___)(_ _) \__ \ )(__)( /(__)\\ / )__) ) ( )__) )( (___/(______)(__)(__)\/ (____)()(_)\_)(____) (__) No man has a good enough memory to make a successful liar." - Lincoln |
From: Luc S. <luc...@un...> - 2003-03-12 16:23:44
|
the problem appears with the english version. I didn't tried the french version for the moment (not finished yet). Luc A 11:15 12/03/2003 -0500, vous avez =E9crit : > Is this with french translations? I.E. does it work with english? > >On Wed, Mar 12, 2003 at 09:16:27AM +0100, Luc Santeramo wrote: > > WHen I have this error message : > > > > You are unauthorized to connect to this web-FTP session. > > Please login with cookies and javascript enabled. > > > > and when I click on "login" I've got a server internel error. > > > > "login" links to web-ftpc.cgi > > > > wrong configuration file, or bug ? > > > > Luc |
From: Anthony R. J. B. <an...@su...> - 2003-03-12 16:15:51
|
Is this with french translations? I.E. does it work with english? On Wed, Mar 12, 2003 at 09:16:27AM +0100, Luc Santeramo wrote: > WHen I have this error message : > > You are unauthorized to connect to this web-FTP session. > Please login with cookies and javascript enabled. > > and when I click on "login" I've got a server internel error. > > "login" links to web-ftpc.cgi > > wrong configuration file, or bug ? > > Luc > > A 10:48 11/03/2003 -0500, Anthony R. J. Ball a ?crit : > > > > > Yep... in the webftp/lang subdirectory, copy english.map to > >french.map and start translating > > > >keyword: translation > >. > > > >so > >please: Please > >. > > > >would become > >please: S'il vous plait > >. > > > >or whatever makes sense. > > > >then change Language to french in web-ftp.conf to try it out. > > > >On Tue, Mar 11, 2003 at 08:44:32AM +0100, Luc Santeramo wrote: > >> Hi, > >> > >> Are you interested with a french translation ? > >> > >> Luc > >> > >> A 15:07 10/03/2003 -0500, Anthony R. J. Ball a ?crit : > >> > >> > Ok.. there was a slight bug with webftpc that I think > >> >is fixed now. > >> > > >> >> http://www.suave.net/Web-FTP/Web-FTP-2.2.0.tar.gz > >> > > >> >-- > >> > ___ __ __ __ _ _ ____ _ _ ____ ____ > >> >/ __)( )( ) /__\( \/ )( ___) ( \( )( ___)(_ _) > >> >\__ \ )(__)( /(__)\\ / )__) ) ( )__) )( > >> >(___/(______)(__)(__)\/ (____)()(_)\_)(____) (__) > >> >In quietness and confidence will be your strength...Isaiah > >> > > >> > > >> > > >> >------------------------------------------------------- > >> >This sf.net email is sponsored by:ThinkGeek > >> >Welcome to geek heaven. > >> >http://thinkgeek.com/sf > >> >_______________________________________________ > >> >Web-ftp-general mailing list > >> >Web...@li... > >> >https://lists.sourceforge.net/lists/listinfo/web-ftp-general > >> > >> > >> > >> > >> ------------------------------------------------------- > >> This sf.net email is sponsored by:ThinkGeek > >> Welcome to geek heaven. > >> http://thinkgeek.com/sf > >> _______________________________________________ > >> Web-ftp-general mailing list > >> Web...@li... > >> https://lists.sourceforge.net/lists/listinfo/web-ftp-general > > > >-- > > ___ __ __ __ _ _ ____ _ _ ____ ____ > >/ __)( )( ) /__\( \/ )( ___) ( \( )( ___)(_ _) > >\__ \ )(__)( /(__)\\ / )__) ) ( )__) )( > >(___/(______)(__)(__)\/ (____)()(_)\_)(____) (__) > >Don't abandon hope: your Tom Mix decoder ring arrives tomorrow. > > > > > > > >------------------------------------------------------- > >This SF.net email is sponsored by:Crypto Challenge is now open! > >Get cracking and register here for some mind boggling fun and > >the chance of winning an Apple iPod: > >http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en > >_______________________________________________ > >Web-ftp-general mailing list > >Web...@li... > >https://lists.sourceforge.net/lists/listinfo/web-ftp-general > > > > > ------------------------------------------------------- > This SF.net email is sponsored by:Crypto Challenge is now open! > Get cracking and register here for some mind boggling fun and > the chance of winning an Apple iPod: > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en > _______________________________________________ > Web-ftp-general mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-ftp-general -- ___ __ __ __ _ _ ____ _ _ ____ ____ / __)( )( ) /__\( \/ )( ___) ( \( )( ___)(_ _) \__ \ )(__)( /(__)\\ / )__) ) ( )__) )( (___/(______)(__)(__)\/ (____)()(_)\_)(____) (__) Tact is knowing how far to go in going too far. |