This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

FTP Authentication

Is there anyway to control FTP via the HTTP authentication?

I do not want certain systems to use FTP (or even HTTPS for that matter) until they first authenticate for HTTP.


This thread was automatically locked due to age.
Parents
  • The only way I can think of acheiving this is if you somehow forced the FTP traffic through Squid. This is no problem if you have setup your browsers to point at the proxy server, then they'll automatically go to squid for FTP. But if you've got it set to transparent then you'll need to find a way to redirect the ftp trafic into squid. I can't think of one off the top of my head, but maybe someone else can.
  • Great,  Now I have to read up on Squid.  Or I can cheat and ask my friends at NLANR that did the original development....

    thanks for the pointer.
  • Hi.

    If you're using nat to masq your lan,
    just remember to block the masq to port 21,
    so the clients are forced to set up for a proxy.

    This'll not work if they access any ftp server
    on strange ports, such as 12345, 65534, and so on   
Reply
  • Hi.

    If you're using nat to masq your lan,
    just remember to block the masq to port 21,
    so the clients are forced to set up for a proxy.

    This'll not work if they access any ftp server
    on strange ports, such as 12345, 65534, and so on   
Children