From: Zach Dennis Date: 2005-10-19T01:41:34+09:00 Subject: Re: Ruby and Eclipse Tanner Burson wrote: > > > This is destined for OT but... > One big beef I'd had with Eclipse for any kind of editing, is that I can't > do remote editing "cleanly" via SFTP or even FTP. I'd like to be able to > open remote files, and projects, as if they were local and work that way. So > basically a "mount" ftp/sftp directory option. Does anyone know of such a > thing? Eclipse is funny about file locking, I know I tried to run Eclipse utilizing a directory on an NFS shared and it freaked out. Now with SMB it works fine, but I'm sure utilizing FTP/SFTP won't quite work how you want it to. I think you'd be better off having the option to download an FTP/SFTP directory as a project (or at least into a project), and then have a button in Eclipse for "Upload To Server", which would republish your changes in that directory to an FTP/SFTP server. Zach