Re: [PHP] Web based FTP client

2002-09-06 Thread Justin French
on 07/09/02 12:48 AM, Jon Haworth ([EMAIL PROTECTED]) wrote: > A couple of s side by side should let you do that. > > The biggest problem I can see you hitting is reading the contents of the > user's hard drive... usually this is impossible, for good reasons. I *think* that's what he was asking

RE: [PHP] Web based FTP client

2002-09-06 Thread David Buerer
se of our obsession with security we've failed. -Original Message- From: Chris Hewitt [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 11:11 AM To: Mark McCulligh Cc: David Buerer; [EMAIL PROTECTED] Subject: Re: [PHP] Web based FTP client Mark McCulligh wrote: > >I kn

Re: [PHP] Web based FTP client

2002-09-06 Thread Chris Hewitt
Mark McCulligh wrote: > >I know how to browse the user's file system using JavaScript or VBScript if >I use the ActiveX object "FileSystemObject" but then the site will only work > Sounds like a massive security breach. Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, v

Re: [PHP] Web based FTP client

2002-09-06 Thread Mark McCulligh
September 06, 2002 11:24 AM Subject: RE: [PHP] Web based FTP client > Reading the users hard drive is impossible from php, but it's really easy > with Java. > > -Original Message- > From: Jon Haworth [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 06, 2002 7:

RE: [PHP] Web based FTP client

2002-09-06 Thread David Buerer
Reading the users hard drive is impossible from php, but it's really easy with Java. -Original Message- From: Jon Haworth [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 7:49 AM To: [EMAIL PROTECTED] Subject: RE: [PHP] Web based FTP client Hi Mark, > I am t

RE: [PHP] Web based FTP client

2002-09-06 Thread Jon Haworth
Hi Mark, > I am trying to build or find a web FTP client. > I want it to look like a windows based FTP client a list box on one > site for the user's file system and a list box on the other for the > ftp server. A couple of s side by side should let you do that. The biggest problem I can see y