Best webdev ftp program?

Soldato
Joined
1 Sep 2005
Posts
10,001
Location
Scottish Highlands
For ages now I have been using Netdrive to access my webspace to write and update my website. However it is really starting to annoy me. It keeps timing out without telling me and is generally unstable. So are there any good alternatives out there. I want something that allows me to quickly update files, ideally without having to download them, edit them then re-upload them. If they can be edited on the webserver then that's ideal. Also it need to be stable. Any ideas?
 
Personally, I'm a fan of ws_ftp and have been using it since the late 90's.

It does have active edit so you can edit on the server.

My favourite feature though (and the only real reason I use it) is the tabs. It'll remember the tabs you had open and auto connect to those on launch. Great if you often upload to and from various servers from various local folders.
 
Last edited:
For ages now I have been using Netdrive to access my webspace to write and update my website. However it is really starting to annoy me. It keeps timing out without telling me and is generally unstable. So are there any good alternatives out there. I want something that allows me to quickly update files, ideally without having to download them, edit them then re-upload them. If they can be edited on the webserver then that's ideal. Also it need to be stable. Any ideas?

Have a look at Webdrive, it is exactly the same idea as netdrive, except it is a far better piece of software.

http://www.southrivertech.com/products/webdrive/index.html
 
I've seen a few web developers make use of Subversion (SVN) for this purpose and it looks a pretty good way of managing the files. I allows you have have a 'live' and 'development' version of the site and been able to commit changes to the live one with one command as well as supporting rollback to previous versions. I think you would need to have some SVN server software installed on the server end though which isn't going to be available on most webservers.
 
I've seen a few web developers make use of Subversion (SVN) for this purpose and it looks a pretty good way of managing the files. I allows you have have a 'live' and 'development' version of the site and been able to commit changes to the live one with one command as well as supporting rollback to previous versions. I think you would need to have some SVN server software installed on the server end though which isn't going to be available on most webservers.

SVN is way overkill for simple web development work :p
 
notepad++ has an FTP plugin for this - http://notepad-plus.sourceforge.net/

So it does! And it works perfectly. Thanks, that should do the job very nicely. :)

Have a look at Webdrive, it is exactly the same idea as netdrive, except it is a far better piece of software.

http://www.southrivertech.com/products/webdrive/index.html

Thanks for the suggestion Jonny, but it needs to be free.

Thanks for the suggestions guys. Think the FTP part of notepad++ does most of what I'm after. :)
 
Back
Top Bottom