Welcome Guest, Not a member yet? Register   Sign In
how to create, delete, view and upate files to remote web server?
#1

[eluser]Alpha[/eluser]
This is my situation.

My php web application is in remote server (in hosting company) i used to update my files through ftp but now it seems hassle to always have edit my code locally, save it then overwrite the code deployed at server through ftp. I need a way where in I can easily view, edit, update and delete my files at the web server.

Thanks!
#2

[eluser]ranjudsokomora[/eluser]
Hello anthar,
If you are just using FTP you could use the built in FTP class http://ellislab.com/codeigniter/user-gui...s/ftp.html
#3

[eluser]regal2157[/eluser]
Also, your coding editor, or look into getting a coding editor that has this feature so you can remotely checkin/checkout files. For example, I know Dreamweaver has this feature, and I think many free editors as well use this.
#4

[eluser]ipsod[/eluser]
In linux, you can use sshfs to mount your web server as a local drive.




Theme © iAndrew 2016 - Forum software by © MyBB