Remote development in Linux

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
Heavy
Forum Contributor
Posts: 478
Joined: Sun Sep 22, 2002 7:36 am
Location: Viksjöfors, Hälsingland, Sweden
Contact:

Remote development in Linux

Post 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
User avatar
Johnm
Forum Contributor
Posts: 344
Joined: Mon May 13, 2002 12:05 pm
Location: Michigan, USA
Contact:

Post 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
User avatar
Heavy
Forum Contributor
Posts: 478
Joined: Sun Sep 22, 2002 7:36 am
Location: Viksjöfors, Hälsingland, Sweden
Contact:

Post by Heavy »

Is it possible to mount a filesystem accessed with TELNET ?
Post Reply