PDA

View Full Version : Help Needed!! Ftp Browser Display Within Web Page


EVO_NUTTER
10-30-2004, 03:55 PM
Hi People!

Im constructing a webpage and I need to be able to display a file browser window in a similar style to windows.
The browser needs to automatically connect to my FTP server and display directory contents so the user can browse through.
I dont want any other options or to be able to download files etc. only to view!!
And i dont want to use a standalone web FTP client.

Any code or help would be appreciated..

Thanks

gsnedders
10-30-2004, 03:58 PM
You'd need to use a server-side language for that...

As for the Windows look... Yuk...

EVO_NUTTER
10-30-2004, 04:09 PM
I didnt mean windows look. Just a windows feel.

I have seen some Java code that gives you a full web based FTP client, but i only want a simple browser !

can anyone help?

Roy Sinclair
11-01-2004, 08:37 PM
Simply using a ftp:// link to a directory on a ftp would allow the browser to list files but since you don't want people to be able to download the files that'll go beyond your wishes since it'll allow downloads.