[Pharo-project] ServerDirectory
how much do we still need ServerDirectory in 2.0? Isn't that almost fully included by Zn? ServerDirectory features a lot of references to FileDirectory hence I would like to nuke it :D
On 07 May 2012, at 11:48, Camillo Bruni wrote:
how much do we still need ServerDirectory in 2.0? Isn't that almost fully included by Zn?
ServerDirectory features a lot of references to FileDirectory hence I would like to nuke it :D
I also don't really understand why ServerDirectory exists. MCConfigurationBrowser seems to use it. If ServerDirectory does something that cannot be done with ZnClient, I am all ears. Sven
On 5/7/12 7:37 AM, "Sven Van Caekenberghe" <sven@beta9.be> wrote:
I also don't really understand why ServerDirectory exists. MCConfigurationBrowser seems to use it.
If ServerDirectory does something that cannot be done with ZnClient, I am all ears.
Comes from old , old days when SuperSwiki exists and projects (.pr) was used. In Squeak you could define external ftp using it. I could define my SqueakRos external dir and store direct from inside .image. Still foreigner in Pharo, but I do not see why ZnClient could't replace this use of ServerDirectory. Edgar
On 07 May 2012, at 13:22, Edgar J. De Cleene wrote:
Still foreigner in Pharo, but I do not see why ZnClient could't replace this use of ServerDirectory.
OK, but Zn will never to FTP⦠There was/is FTP functionality in the image and it could be salvaged into a separate package: that would be a good external, separate, standalone project. Now that Zodiac is coming along, maybe SFTP becomes possible as well. Any takers ? Sven
participants (3)
-
Camillo Bruni -
Edgar J. De Cleene -
Sven Van Caekenberghe