Am 07.05.2018 um 18:08 schrieb Hilaire <hilaire@drgeo.eu>:
Le 06/05/2018 à 13:31, Norbert Hartl a écrit : If it is on a single network this should be doable by using UDP broadcast announcements. The share server can announce some information and its IP in a UDP packet being broadcasted. Every client receives that and then knows the address of the server to connect to
Hope this helps, Norbert
Yep, then I can I set up a FTP server to run on the Pharo teacher instance. I already wrote a facade for user friendly FTP client. Does any one know about FTP server on Pharo, for example this one[1]?
For what do you need an FTP server? For browsing and downloading usually a HTTP server is as good as. You implement a handler that returns a directory list for directories and the file content for files. Can be used with every web browser and zinc you have already in the image, Norbert
Thanks
Hilaire
[1] http://map.squeak.org/package/f84afa9e-c2ea-4d4c-bc65-aea93701753d
-- Dr. Geo http://drgeo.eu