This will only work in 1.4. ServerDirectory is gone in 2.0.

Maybe someone out there has some excess energy to implement an
FTP Filesystem backend, or even nicer an S3 Filesystem ;)

best
cami

On 2012-10-05, at 14:53, "Edgar J. De Cleene" <[email protected]> wrote:

>    In the FileBrowser tool , if you click in Add server you could do some
> like.
> 
> "Please fill in the following info, then select all text and choose DoIt."
> 
>    | aa | 
>    self flag: #ViolateNonReferenceToOtherClasses.
>    aa := ServerDirectory new.
>    aa server: 'squeakros.org'.    "host"
>    aa user: 'xxxx'.
>    aa password: 'xxxx'.
>    aa directory: '/squeakros.org'.
>    aa url: ''.    "<- this is optional.  Only used when *writing* update
> files."
>    ServerDirectory addServer: aa named: 'SqueakRos'.  "<- known by this
> name in Squeak"
> 
> In the attached I add the missing method.
> Nice to have how manage a external ftp from inside image, so I share for any
> which needs.
> 
> Edgar
> 
> 
> <ServerDirectory class-addServernamed.st>


Reply via email to