Vic wrote:
>
> I need serious help here, I tried to install ProFtp because I
> thought it was "sooo neat" and NOW--
>
> I can't even do ftp at all!!
>
> God I am ready to kick this dam computer out the
> phreaking window
>
> Sorry about that, would anyone know how I can
> get my ftp server back online??
>
> I uninstalled pro ftp and re installed wu ftp like
> before, and that does not even work.
Try Igloo FTP, it works GREAT. But is not free, you have to pay
like 15 bucks. Well worth it.
http://www.littleigloo.com
Dan
Or gftp, or ftp, or nftp, or dpsftp, and on and on and on :-)
--
n = ((n >> 1) & 0x55555555) | ((n << 1) & 0xaaaaaaaa);
n = ((n >> 2) & 0x33333333) | ((n << 2) & 0xcccccccc);
n = ((n >> 4) & 0x0f0f0f0f) | ((n << 4) & 0xf0f0f0f0);
n = ((n >> 8) & 0x00ff00ff) | ((n << 8) & 0xff00ff00);
n = ((n >> 16) & 0x0000ffff) | ((n << 16) & 0xffff0000);
-- Yet another mystical 'C' gem. This one reverses the bits in a
word.