Rake question

Does rake have built-in libraries for doing thngs like:
- zipping
- ftp (esp. copy changed files)

Where would I look for more info?

Thanks

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

ยทยทยท

On Thursday 27 January 2005 07:35 pm, itsme213 wrote:

--
-- 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)