MNG Posted March 11, 2019 Posted March 11, 2019 (edited) Do anyone know is their a tool that I can implement to my site where I can add files and edit files through my website instead of logging into cPanel? Edited March 11, 2019 by MNG Quote
MNG Posted March 11, 2019 Author Posted March 11, 2019 56 minutes ago, KyleMassacre said: Most common IDEs allow for FTP Thanks didn't know if this type of thing had a name to it, so far this has caught my eye http://codiad.com/ Quote
DopeboyGFX Posted March 11, 2019 Posted March 11, 2019 https://stackify.com/top-integrated-developer-environments-ides/ 1 Quote
KyleMassacre Posted March 11, 2019 Posted March 11, 2019 There are other things like File Zilla which is a FTP program itself and you can set it to upload on save automatically. But, if you wanted to be safe you would develop locally with a git repo and stage all your changes so you know nothing will break. Then you can create a webhook when you push to a particular branch of your repo that will notify your server and pull all the changes you made. 1 Quote
Dave Posted March 11, 2019 Posted March 11, 2019 As Kyle has said IDE's normally provide this, you could also use an FTP client with a text editor. https://panic.com/transmit/ - Paid https://cyberduck.io/ - Free Text editors: https://code.visualstudio.com/ https://www.sublimetext.com/3 Quote
Magictallguy Posted April 13, 2019 Posted April 13, 2019 Atom and the package Remote FTP (natively supports SFTP too) - completely free and highly extensible PhpStorm and its own built-in SFTP Deployment. Cheap monthly subscription for considerably better coding practices. PhpStorm has shown me many errors of my ways Quote
Mad Caper Posted April 15, 2019 Posted April 15, 2019 On 4/13/2019 at 3:44 PM, Magictallguy said: Atom and the package Remote FTP (natively supports SFTP too) - completely free and highly extensible I vouch for Atom 100% I use it for all of my projects, if you need any help with setup of Remote FTP as MTG mentioned and a few other helpful packages send me a message and I'd be glad to help, Quote
Alan Posted April 15, 2019 Posted April 15, 2019 Potentially you could use something like TinyFileManager although SSH/(S)FTP is going to be a better solution. Quote
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.