Development

#171 ([PATCH] FTP-Support in deploy-mechanism)

You must first sign up to be able to contribute.

Ticket #171 (new enhancement)

Opened 3 years ago

Last modified 3 months ago

[PATCH] FTP-Support in deploy-mechanism

Reported by: dryad Assigned to: fabien
Priority: minor Milestone:
Component: tasks Version:
Keywords: Cc:
Qualification: Design decision

Description

The new Symfony deploy-mechanism replaces config/rsync_exclude.txt with config/sync_exclude.txt, but uses the same format as the former.

The new mechanism introduces a few new options in config/properties.ini: "type" (value = "rsync" or "ftp") and "pass" (only required with ftp).

FTP-syncronization requires wput and will create a temporary file, sync_include.temp in the project-dir, while syncronizing.

Attachments

sfPakeEnvironment.patch (3.6 kB) - added by subzero on 02/01/06 21:37:55.
Patch for sfPakeEnvironment.php

Change History

02/01/06 21:37:55 changed by subzero

  • attachment sfPakeEnvironment.patch added.

Patch for sfPakeEnvironment.php

04/01/06 08:38:27 changed by Ian

  • summary changed from FTP-Support in deploy-mechanism to [PATCH] FTP-Support in deploy-mechanism.

Evil spammers!

04/10/06 11:25:00 changed by fabien

  • milestone set to 1.0.0.

04/11/06 12:59:09 changed by nospam@kinokai.de

now that is cool. Wouldn't it be possible to include this page in an earlier version?

06/16/06 09:46:47 changed by fabien

  • milestone changed from 0.6.4 to 1.0.0.

12/07/06 22:46:50 changed by fabien

  • milestone changed from 1.0.0 to post-1.0.

10/01/07 08:00:00 changed by dwhittle

  • owner set to fabien.
  • component set to cache.
  • qualification set to Design decision.

Can you update this patch to use ftp methods provided by php and update to new cli system? I like the idea and want to see it implemented if you have the time to refactor.

12/26/07 22:39:16 changed by fabien

  • component changed from cache to tasks.

05/10/08 22:40:30 changed by fabien

  • milestone deleted.