Page 1 of 1

Remote development in Linux

Posted: Thu Dec 05, 2002 5:24 am
by Heavy
I wonder which tools and services are used to remotely connect to a Linux web server with a Linux client to do everyday web development.

In short:
Is there a Linux counterpart to Windows "Frontpage extensions" and "Visual Interdev"?

I currently use Quanta for KDE as my Linux IDE and use NFS to connect to the Linux server.

Thanks

Posted: Mon Dec 09, 2002 11:40 am
by Johnm
Two basic ways are to use telnet; where you will be working on the remote server itself and have use of most if not all of the tools on that server or using the FTP method; where you developed everything on your local box and FTP it to the remote server.

Hope that helps...

John M

Posted: Wed Dec 11, 2002 3:57 pm
by Heavy
Is it possible to mount a filesystem accessed with TELNET ?