From: Jim Weirich Date: 2005-01-28T13:31:52+09:00 Subject: Re: rake question On Thursday 27 January 2005 07:35 pm, itsme213 wrote: > Does rake have built-in libraries for doing thngs like: > - zipping > - ftp (esp. copy changed files) There are Ruby libraries for the above, but they are not Rake specific. > Where would I look for more info? http://www.ruby-doc.org/stdlib/libdoc/net/ftp/rdoc/classes/Net/FTP.html http://www.ruby-doc.org/stdlib/libdoc/zlib/rdoc/index.html -- -- Jim Weirich jim@weirichhouse.org http://onestepback.org ----------------------------------------------------------------- "Beware of bugs in the above code; I have only proved it correct, not tried it." -- Donald Knuth (in a memo to Peter van Emde Boas)