View previous topic :: View next topic |
Author |
Message |
Flux -
Joined: 13 Oct 2006 Posts: 48
|
Posted: Sun Nov 19, 2006 5:30 pm Post subject: webfilebrowser |
|
|
I know of, have downloaded, and implemented the web file browser .php file onto my server and it seems very useful. However, I want to be able to use it with sessions, and the rest of my website is in ASP.net
Anyone know of any ASP.net file browsers that have the capability to show files and folders and allow the end user to do everything they could with files and folders on their local computer? _________________ My signature is so lame.
I think phpBB forums hates my laptop '.'; |
|
Back to top |
|
 |
pkSML -
Joined: 29 May 2006 Posts: 955 Location: Michigan, USA
|
Posted: Sun Nov 19, 2006 9:07 pm Post subject: Re: webfilebrowser |
|
|
Flux wrote: | Anyone know of any ASP.net file browsers that have the capability to show files and folders and allow the end user to do everything they could with files and folders on their local computer? |
If you use FTP or VPN, there's no need for such a script. Concerning FTP, FileZilla has been highly acclaimed on this forum and Cerberus FTP has been mentioned. _________________ Stephen
Need a LitlURL?
http://CodeBin.yi.org |
|
Back to top |
|
 |
hc2995 -
Joined: 07 Aug 2006 Posts: 644 Location: Maryland, USA
|
Posted: Sun Nov 19, 2006 9:15 pm Post subject: |
|
|
If you do have an FTP server (like pkSML was saying) you can use net2ftp That way you can access your files from the net :D _________________ Where have i been? School got heck-tick, had to move half way around the state, then back... and then i had to change jobs, so iv been away for a while :P |
|
Back to top |
|
 |
Flux -
Joined: 13 Oct 2006 Posts: 48
|
Posted: Mon Nov 20, 2006 5:27 am Post subject: |
|
|
ftp is great and all but I tried that before and half of my friends had problems accessing the server, let alone logging in and editing files...
Which is why i like web file browser, but would like it to at least be secured by a session requirement.
I could do that, granted, but like I said, my site is in asp.net, and it would be a pain converting everything to php. _________________ My signature is so lame.
I think phpBB forums hates my laptop '.'; |
|
Back to top |
|
 |
|