Subject: [ruby-talk:15507] Re: ftp client
From: Dave Thomas <Dave PragmaticProgrammer.com>
Date: Tue, 22 May 2001 06:54:56 +0900
References: 15506
In-reply-to: "Todd Smith"'s message of "Tue, 22 May 2001 06:40:09 +0900"
"Todd Smith" <todd / designsouth.net> writes:
> Where can I get code for an FTP client for windows?
Net::FTP is part of the standard distribution. It's the code that
implements a client, but doesn't have the user interface.
Dave