On 10/24/05 10:06, mohammad babaei wrote: > Hi, > I'm looking for a python IDE with FTP/SFTP feature to work with remote > servers > Regards >
Hi Mohammad I use eclipse [1] with pydev [2]. Eclipse comes with CVS and SVN built in and offers FTP/WebDAV through plugins. There is also a sftp plugin [3], but I can't tell you anything about that. hth Steven [1] http://www.eclipse.org/ [2] http://pydev.sf.net/ [3] http://klomp.org/eclipse/org.klomp.eclipse.team.sftp/ _______________________________________________ Web-SIG mailing list [email protected] Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com
