ls354 Posted January 30, 2008 Share Posted January 30, 2008 Hello, my post is mostly about looking for a recommendation for a simple (if possible) way to access my files from my remote server, you see I want to upload my files like a text document or a picture and have an interface that allows me to browse / see the files, just to have access anywhere instead of having to carry a FTP client. Can anybody point me to a project like that. Any feedback is welcome, I just want to host it on my server. An example of what I am looking for, Godaddy online folder, I am using the LAMP install on my server. Quote Link to comment https://forums.phpfreaks.com/topic/88506-i-just-need-recommendations-any-feedback/ Share on other sites More sharing options...
trq Posted January 30, 2008 Share Posted January 30, 2008 Any decent web browser supports the ftp protocol, if you already have ftp setup on the server just type ftp://yoursite.com in a web browser to view / add / remove files. Quote Link to comment https://forums.phpfreaks.com/topic/88506-i-just-need-recommendations-any-feedback/#findComment-453303 Share on other sites More sharing options...
ls354 Posted February 1, 2008 Author Share Posted February 1, 2008 Thank you Thorpe for the reply, I had already thought of that but I am running VSFTP on my server. Thank you any way. Quote Link to comment https://forums.phpfreaks.com/topic/88506-i-just-need-recommendations-any-feedback/#findComment-454910 Share on other sites More sharing options...
pdkv2 Posted February 1, 2008 Share Posted February 1, 2008 better use the control panel provided by ISP Quote Link to comment https://forums.phpfreaks.com/topic/88506-i-just-need-recommendations-any-feedback/#findComment-455233 Share on other sites More sharing options...
ls354 Posted February 2, 2008 Author Share Posted February 2, 2008 pdkv2 thank you for the recommendation will take a look at it. Quote Link to comment https://forums.phpfreaks.com/topic/88506-i-just-need-recommendations-any-feedback/#findComment-456351 Share on other sites More sharing options...
steviewdr Posted February 4, 2008 Share Posted February 4, 2008 ftp://username:password@server.com Note however that by using ftp you are sending your password in clear text, and if your are entering the above via your web browser, it will be saved in your history. -steve Quote Link to comment https://forums.phpfreaks.com/topic/88506-i-just-need-recommendations-any-feedback/#findComment-458093 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.