[Typo3] add file to new extension, how?

Dmitry Dulepov typo3 at fm-world.ru
Tue Jul 26 10:51:24 CEST 2005


Hi!

One more solution is to adjust file permissions through one of these ways:
- ftp clients (some allow doing this)
- ssh (chown/chmod commands)
- one extension in repository

Dmitry.

Mathias Schreiber [wmdb>] wrote:
> Erwin Wondergem wrote:
> 
>> Hi,
>>
>> just created my first extension. I need to add a php-file with some
>> classes to this extension, but can't find any way how to do this.
>> By ftp the folder /typo3conf/ext/myextension/ is not writable (don't
>> got permissions...) and i don't have any shell access to my web account.
>> Is there a way to accomplish this by use of the extension kickstarter?
> 
> 
> - Download the Extension as T3X
> - Upload the Ext to a local development server (where you have all the
> rights)
> - Copy your class file into the extension folder and refer to it as usual
> - download the ext from your dev server as T3X
> - delete the ext from you live server (optional)
> - upload your T3X file to your live server
> 
> peace
> Mattes
> 



More information about the TYPO3-english mailing list