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.
Reply
  • 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.
Children