Let me make this clear, I am NOT using a cms nor a blogging tool like wordpress, and I do not intend to either. With that said, is there any way I can add new pages and code online? It would just help my workflow much better without constantly uploading.
EDIT: after a bit of research I think I found some. They include Kodingen, and coderun. 开发者_开发问答Is what I'm looking for considered an IDE or CGI, or am I way off?
Phooji asked the correct question in his comment.
If your webhost is using a UNIX-based web server, ask your admins to enable SSH for your user account (if possible). You can then connect to your server using an SSH command-line tool (native in Linux, UNIX, OS X, third-party in Windows; I would suggest PuTTY) and edit your files in-place. It's a handy feature that doesn't require a third-party solution, although you will need to have knowledge of the UNIX command-line environment and text-editing tools such as vi, emacs, and nano.
If your web host is using a Windows-based server, though, you may not be in luck. Contacting your web host would be your first task, though.
Good luck. I do understand your frustration in this, as constantly uploading and downloading really sucks.
精彩评论