Re: [Rxsm-users] transfer of site over ftp possible ?
Status: Beta
Brought to you by:
ajwillia-ms
|
From: Andrew W. <an...@ha...> - 2005-10-25 22:50:08
|
Yes, indeed it is. Much is not yet documented, my apologies!
Basically you want a basic connection.xml but set the "type" attribute
to "ftp" and above the <rootDir> element add:
<ftp>
<username>user</username>
<password>pass</password>
<host>hostname</host>
</ftp>
That should work just fine ;)
Andy
P.S. I intend to get examples up on the guides on rectang.com, will do
so soon...
On Wed, 2005-10-26 at 00:00 +0200, ro...@r4... wrote:
> Hello,
>
> This I cannot find in the FAQ. Is it possible already to maintain a site that
> can only be updated over ftp? I don't see any instructions how to do this.
> I've tried playing with connections.xml, but it didn't work.
>
> Thanks!
>
> Rogier Eggers
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by the JBoss Inc.
> Get Certified Today * Register for a JBoss Training Course
> Free Certification Exam for All Training Attendees Through End of 2005
> Visit http://www.jboss.com/services/certification for more information
> _______________________________________________
> Rxsm-users mailing list
> Rxs...@li...
> https://lists.sourceforge.net/lists/listinfo/rxsm-users
>
|