I'm looking for something similar to Fetch for Windows XP.
I want to edit files in a text editor right from the FTP program, and save them on the server without having to upload and download them each transaction.
Anyone got any ideas?
FTP/Live Edit
Moderator: General Moderators
- SheDesigns
- Forum Commoner
- Posts: 42
- Joined: Tue Nov 18, 2008 9:51 am
- Location: Buffalo, NY
Re: FTP/Live Edit
Are you talking about http://fetchsoftworks.com/?
I'd encourage you to setup a development environment on your local box, then you only have to upload the finished product.
Look into SVN too. Eclipse is a great PHP IDE which integrates SVN seamlessly. Might take a bit of research on your part, but these are tools of the trade.
http://www.google.com/search?hl=en&sa=X ... ws&spell=1
http://www.eclipse.org/pdt/downloads/
http://www.google.com/search?q=how+to+s ... =firefox-a
I'd encourage you to setup a development environment on your local box, then you only have to upload the finished product.
Look into SVN too. Eclipse is a great PHP IDE which integrates SVN seamlessly. Might take a bit of research on your part, but these are tools of the trade.
http://www.google.com/search?hl=en&sa=X ... ws&spell=1
http://www.eclipse.org/pdt/downloads/
http://www.google.com/search?q=how+to+s ... =firefox-a
-
jothirajan
- Forum Commoner
- Posts: 69
- Joined: Tue Jan 27, 2009 12:06 am
Re: FTP/Live Edit
Many ways.....
Make use of the CUTE FTP files transfering tool..
There u will have an option to edit the files.....
and save without going to upload the files...
Thanks
JOE
Make use of the CUTE FTP files transfering tool..
There u will have an option to edit the files.....
and save without going to upload the files...
Thanks
JOE
Re: FTP/Live Edit
I think you're looking for an editor with FTP capability, rather than an FTP program with text editing capability.
Dreamweaver's nice, but not free. Check the "What Editor Do You Use" threads - there's bound to be something in there for you.
Dreamweaver's nice, but not free. Check the "What Editor Do You Use" threads - there's bound to be something in there for you.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Re: FTP/Live Edit
Are you looking for an IDE level editor or just something that can open files on your server and make changes to them?
A simple FTP/SCP tool that can do that is WinSCP.
A more robust solution could be to use something like Eclipse/NetBeans/Zend Studio, or another editor with FTP capabilities, like PSPad.
A simple FTP/SCP tool that can do that is WinSCP.
A more robust solution could be to use something like Eclipse/NetBeans/Zend Studio, or another editor with FTP capabilities, like PSPad.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: FTP/Live Edit
I think WinSCP will do remote edit. I think it does FTP. It allows secure connection too.
(#10850)
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Re: FTP/Live Edit
WinSCP does SFTP, FTP and SCP. Default is SFTP with an SCP fallback. But it does FTP and remote edits well.