ð`Syntax14b.Scn.Fnt!Syntax10.Scn.FntVSyntax10b.Scn.FntSyntax10i.Scn.Fnt  ý”Syntax12b.Scn.FntVf#QÅSFTP - A very Simple FTP client. SFTP is a simple FTP (File Transfer Protocol) client. You can use the commands SFTP.Get url [localFile] and SFTP.Put url [localFile] to receive/send a single file specified through an universal resource locator (URL) from/to a FTP server. If no local file is specified, the received file is stored in the "Downloads" folder that you specify in FTP.Profile. The URL syntax is "ftp://"[user[":"password]"@"]host[":"port]"/"path[";type="("a"|"i")] More information on this topic can be found in RFC-1738. For your convenience, you may omit the "ftp://" from your URL. SFTP uses the following entries from FTP.Profile: [FTP] Type; [User] DownloadsFolder, Mail and [Type] ASCII Examples: SFTP.Get ftp://ftp.ssw.uni-linz.ac.at/pub/Oberon/PowerMac/read.me~ SFTP.Put ftp://charly:secret@foo.bar.com/~charly/report.txt Report.Text~ Compiling SFTP Before you can compile the source files, you must perform the following steps: * Edit.Open FTPB.Mod * Edit.Open SFTP.Mod * Change the setting of the VersionElem according to your platform. * Save SFTP.Mod. Folds.Compile FTPB.Mod/s SFTP.Mod/s ~ System.Free SFTP FTPB ~ -- G…nter Obiltschnig (g.obiltschnig@jk.uni-linz.ac.at), May 1996