[etoys-dev] Re: What are the supported protocol to upload projet

Ted Kaehler Ted at vpri.org
Sat Oct 24 09:41:27 EDT 2009


Hilaire,
	We do support FTP.  That code is very ancient.  Can you find 
another part of Squeak that does speak to your server.  How about a 
standard FileList looking at a known FTP server?

--Ted.


At 3:25 PM +0200 10/24/09, Hilaire Fernandes wrote:
>I figure out it is possible to add FTP server from the small icon in
>the Load project dialog of Etoys.
>
>It is asked to fill and execute the code below.
>Next when I add my own FTP server, I got an "unknow error" or a
>"TelnetProtocolError: 501 Invalid number of arguments"
>
>Hilaire
>
>"Please fill in the following info, then select all text and choose DoIt."
>
>	| aa |
>	self flag: #ViolateNonReferenceToOtherClasses.
>	aa _ ServerDirectory new.
>	aa server: 'st.cs.uiuc.edu'.    "host"
>	aa user: 'anonymous'.
>	aa password: 'yourEmail at school.edu'.
>	aa directory: '/Smalltalk/Squeak/Goodies'.
>	aa url: ''.    "<- this is optional.  Only used when 
>*writing* update files."
>	ServerDirectory addServer: aa named: 'UIUCArchive'.  "<- known by
>this name in Squeak"
>
>


More information about the etoys-dev mailing list