Re: [EMAIL PROTECTED] The simplest of questions ...

2008-04-23 Thread Bogdan Cristea
On Wed, Apr 23, 2008 at 10:58 AM, Emmanuel E <[EMAIL PROTECTED]> wrote: > Trying to send this message across for the third time - wonder why the spam > score keeps exceeding the treshold > > I didnt quite get you there - how does a web interface use sftp? Java > applets or something? This web int

Re: [EMAIL PROTECTED] The simplest of questions ...

2008-04-23 Thread Emmanuel E
Trying to send this message across for the third time - wonder why the spam score keeps exceeding the treshold I didnt quite get you there - how does a web interface use sftp? Java applets or something? Regarding file upload/download, I agree with you that there should be a better way. Alter

Re: [EMAIL PROTECTED] The simplest of questions ...

2008-04-22 Thread Bogdan Cristea
Seeing this message, I'm wondering if there is a solution for upload/download files from the Internet using public access. I have seen a web Interface using sftp, but I have not found an open source project. Could you give some suggestions please? On Wed, Apr 23, 2008 at 8:42 AM, Emmanuel E

Re: [EMAIL PROTECTED] The simplest of questions ...

2008-04-22 Thread Emmanuel E
you might want to look at a cgi scripts like this one, which i use. It provides an upload/download area.  you will need to configure authentication in apache in case you want security, the script does not do any authentication. i run it on an apache ssl server and use basic auth. I cant seem

Re: [EMAIL PROTECTED] The simplest of questions ...

2008-04-22 Thread steve
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tall Paul wrote: | Well thanks to all the great suggestions I got past the first hurdle. I | changed the listening port to 8080 and now my webpage can be accessed | via the net. Now I would like to have the ability to allow people to | upload and down

Re: [EMAIL PROTECTED] The simplest of questions ...

2008-04-22 Thread j k
e to upload and > download files, like an online file server. Any ideas about that? > Paul > > - Original Message - From: "steve" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, April 22, 2008 4:47 PM > Subject: Re: [EMAIL PROTECTED] The simplest o

Re: [EMAIL PROTECTED] The simplest of questions ...

2008-04-22 Thread Tall Paul
- Original Message - From: "steve" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 22, 2008 4:47 PM Subject: Re: [EMAIL PROTECTED] The simplest of questions ... -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alastair Roy wrote: | This sounds like a firewall problem, do you

Re: [EMAIL PROTECTED] The simplest of questions ...

2008-04-22 Thread steve
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alastair Roy wrote: | This sounds like a firewall problem, do you have a firewall installed on | the PC, check if this is maybe blocking port 80 | | or an ISP problem. many of them are known to block incoming HTTP requests on all ports. I had that p

Re: [EMAIL PROTECTED] The simplest of questions ...

2008-04-22 Thread Krist van Besien
On Tue, Apr 22, 2008 at 5:00 PM, Tall Paul <[EMAIL PROTECTED]> wrote: > I have a static IP and I am behind a US Robotics router in which I > forwarded port 80 to this PC. I sent my IP (68.82.124.204) to my sister and > asked her to test the server. She put http://68.82.124.204 in her browser > and

Re: [EMAIL PROTECTED] The simplest of questions ...

2008-04-22 Thread Doug McNutt
68.82.124.204 <--> c-68-82-124-204.hsd1.pa.comcast.net I would be very surprised if Comcast allows serving via HTTP unless special - read $$$ - arrangements have been made. The IP address does not respond to a ping. -- --> If it's not on fire it's a software problem. <-- -

Re: [EMAIL PROTECTED] The simplest of questions ...

2008-04-22 Thread Rich Bowen
On Apr 22, 2008, at 10:39, [EMAIL PROTECTED] wrote: I have an FTP server running and people can access that just fine. It is running on port 21. I just tried the validator but it said the address has to be in the form of a URL and not an IP. I wonder if that is the problem? I was going to p

RE: [EMAIL PROTECTED] The simplest of questions ...

2008-04-22 Thread Alastair Roy
This sounds like a firewall problem, do you have a firewall installed on the PC, check if this is maybe blocking port 80 From: Rich Bowen [mailto:[EMAIL PROTECTED] Sent: 22 April 2008 16:11 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] The simplest of questions ... On Apr

Re: [EMAIL PROTECTED] The simplest of questions ...

2008-04-22 Thread Rich Bowen
On Apr 22, 2008, at 11:00, Tall Paul wrote: I am guessing that this is the simplest problem there is but it has me stumped. I installed Apache and PHP and ran the localhost tests and all is well. I have a static IP and I am behind a US Robotics router in which I forwarded port 80 to this P

Re: [EMAIL PROTECTED] The simplest of questions ...

2008-04-22 Thread Joshua Slive
On Tue, Apr 22, 2008 at 10:39 AM, <[EMAIL PROTECTED]> wrote: > Thanks Joshua, > > I have an FTP server running and people can access that just fine. It is > running on port 21. I just tried the validator but it said the address has to > be in the form of a URL and not an IP. I wonder if that is

Re: [EMAIL PROTECTED] The simplest of questions ...

2008-04-22 Thread Davide Bianchi
Tall Paul wrote: which I forwarded port 80 to this PC. I sent my IP (68.82.124.204) to my sister and asked her to test the server. She put http://68.82.124.204 in her browser and got the "page not found" message. That could mean that she did hit your server but simply didn't got the index.htm

Re: [EMAIL PROTECTED] The simplest of questions ...

2008-04-22 Thread pbhewitt
Thanks Joshua, I have an FTP server running and people can access that just fine. It is running on port 21. I just tried the validator but it said the address has to be in the form of a URL and not an IP. I wonder if that is the problem? I was going to purchase a domain name anyway ... maybe I

Re: [EMAIL PROTECTED] The simplest of questions ...

2008-04-22 Thread Joshua Slive
On Tue, Apr 22, 2008 at 11:00 AM, Tall Paul <[EMAIL PROTECTED]> wrote: > > > I am guessing that this is the simplest problem there is but it has me > stumped. I installed Apache and PHP and ran the localhost tests and all is > well. I have a static IP and I am behind a US Robotics router in which I

[EMAIL PROTECTED] The simplest of questions ...

2008-04-22 Thread Tall Paul
I am guessing that this is the simplest problem there is but it has me stumped. I installed Apache and PHP and ran the localhost tests and all is well. I have a static IP and I am behind a US Robotics router in which I forwarded port 80 to this PC. I sent my IP (68.82.124.204) to my sister and a