Thanks for these Jeanne.  A few more  - does the library support othe FTP
transactions, such as rename, set permissions, delete, create directory?
 
  Ben Rubinstein               |  Email: [EMAIL PROTECTED]
  Cognitive Applications Ltd   |  Phone: +44 (0)1273-821600
  http://www.cogapp.com        |  Fax  : +44 (0)1273-728866


> From: "Jeanne A. E. DeVoto" <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Thu, 18 Oct 2001 15:16:31 -0700
> To: [EMAIL PROTECTED]
> Subject: Re: Beta 1.1
> 
> At 11:03 AM -0700 10/18/2001, Troy Rollins wrote:
>> I have started to work with the beta of 1.1 on Mac OS9.1. So far so good,
>> old (1.0) projects have opened, and seem to be intact. I was most interested
>> in the improved FTP functions, and was looking to test them and provide
>> feedback. I don't see any references to FTP in the readme, and documentation
>> has not been updated to show any changes. Are there in fact any changes in
>> this release that I should be looking for?
> 
> I'm working on the docs for the new URL library now. Here is a quickie
> reference for the basic FTP stuff to get you started:
> 
> get URL "ftp://ftp.example.com/directory/file.txt";
> -- downloads the specified file
> 
> get URL "ftp://ftp.example.com/directoryname/"; with "/"
> -- reports a directory listing
> 
> get URL "ftp://user:[EMAIL PROTECTED]/file";
> -- downloads a file with authentication, i.e. not a public FTP site
> 
> put dataToUpload into URL "ftp://ftp.example.com/public/filename";
> -- uploads a file via FTP
> 
> You can of course use these FTP URLs anywhere you'd use any other container
> reference - for example,
> put URL "ftp://ftp.example.com/somefile"; into URL "file:localfile"
> to download to a file on disk.
> 
> --
> Jeanne A. E. DeVoto ~ [EMAIL PROTECTED]
> http://www.runrev.com/
> Runtime Revolution Limited - Power to the Developer!
> 
> 

Reply via email to