Re: FTP client in firefox

Penguin_X <[email protected]> Sun, 03 Apr 2005 12:54:05 -0400
Newsgroups gmane.comp.mozilla.devel.unix
Message-ID <[email protected]>
Blinky the Shark wrote:
> Penguin_X wrote:
> 
> 
>>I've used for a long while the Internet Explorer 6 FTP client included 
>>with it. It could be a great idea for firefox. Uploading on a FTP server 
>>with Firefox that could be very usefull.
> 
> 
>>What do you think about that ?
> 
> 
> I think the FireFTP extension that I use daily might be worth a look.
> 
I've tried it. It look like GFTP. Very great extension :)

-- 
#include <iostream>
#include <string>

int main(){
     string myFavoriteOS = "Unix";
     cout << "My favorite OS is "
          << myFavoriteOS << end;
     return 0;
}