Re: [squid-users] FTP-gateway through SQUID

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Wed, 21 Nov 2001 19:42:29 +0100

On Wednesday 21 November 2001 14.44, Zebbe . wrote:
> Is it possible to connect to an URL like this through SQUID??
>
> ftp://user:passwd@ftp.xxx.com/dir1/dir2

Yes. And gets translated according to RFC1738 into basically the equivalence
of

ftp ftp.xxx.com
USER user
PASS passwd
CWD dir1
RETR dir2
[server errors, as dir2 is a directory]
CWD dir2

For best operation you should be careful to always end directories with a /,
if you don't then Squid will assume the last component is a filename, not a
directory.

Regards
Henrik Nordström

-- 
MARA Systems AB
Giving you basic free Squid support
Priority support or Squid enhancements available on request
Received on Wed Nov 21 2001 - 11:42:00 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:04:24 MST