Re: Using FTP without Projects ?
James Ellis <[email protected]>
| Newsgroups | gmane.comp.kde.devel.quanta.user |
|---|---|
| Organization | Customr |
| Message-ID | <[email protected]> |
Hi Thinking laterally.. the bazaar version control system (bazaar-vcs.org) has a decent plugin called "upload". Basically it connects to a dumb server (i.e ftp) and uploads only the changed files in your project automatically with one command. I use it for the projects that only have ftp access. It (like other FTP management processes) is not so good if you work in teams as there is still the chance to overwrite other team members work (if you work in teams then you are better off sticking with merging/pulling via SSH within a release management system). For my FTP only projects, the steps are: 1. Edit, save etc ... in quanta of course ;) 2. bzr add and bzr commit my changes on the shell 3. bzr upload to the dev site 4. testing on dev 5. bzr upload to the live site. Basically bzr upload takes the pain out of having to cherry pick your changed files manually and the chance of missing files in the upload. My FTP only customers all use 3rd party hosting and using bzr upload has cut the operating cost of dealing with their sites updates by about 90% ( I don't even open FTP network folders any more... what are they again ? ) HTH James On Tue, 26 May 2009 12:40:10 am Daniel wrote: > Hi Guido, > Problem is, that I am using Ubuntu ( Gnome ). > Is there a way to define a FTP-Connection as a normal Folder in > Ubuntu/Gnome ? > > Guido Pinkas schrieb: > > Hi Daniel, > > > > this is no problem in KDE. Just define a new Network connection (use the > > wizard in Dolphin) to a FTP server. > > Then you simply add a new Top-Folder to Quanta (using right-click in the > > files tree) and select the Network folder. > > > > Thats all. > > > > good luck, > > Guido > > > > On Monday 25 May 2009 16:05:55 Daniel wrote: > >> Hi, > >> is there a way to use FTP-Connections in the Files Tree ? > >> Or am I only allowed to use FTP-Connections with projects ? > >> > >> Regards Beispiel40 > >> _______________________________________________ > >> Quanta mailing list > >> [email protected] > >> https://mail.kde.org/mailman/listinfo/quanta > > > > _______________________________________________ > > Quanta mailing list > > [email protected] > > https://mail.kde.org/mailman/listinfo/quanta > > _______________________________________________ > Quanta mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/quanta