Is there any way for filezilla(or any other program) to make a folder that is a live ftp folder and any changes I make automatically go to the website.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Internet Explorer supports this very well. You can use it to browse your FTP site and make changes: create/rename/delete directories and files.
Use the following syntax to connect:
Then if you want to reflect the changes to a website, use a dynamic language for the rendering of your website. At each reload of the page of your website you would be able to show the changes in the FTP backend. If you do not want any reload of the page, then you need to have to have some timer & AJAX functionnalities in place in order to constantly check the ftp folder changes and reflect them if needed.