[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

rake question

Its Me

1/28/2005 12:35:00 AM

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

Where would I look for more info?

Thanks


1 Answer

Jim Weirich

1/28/2005 4:32:00 AM

0

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/Ne...
http://www.ruby-doc.org/stdlib/libdoc/zlib/rdoc/...

--
-- Jim Weirich jim@weirichhouse.org http://onest...
-----------------------------------------------------------------
"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)