Hi,everyone. Recently I've setup ftp proxy by using Delegate-7.9.13.Well,it works fine from commandline;but from broswer(IE6) it produced no result(couldn't get data).Here is my setting: DELEGATE=/sbin/delegated -P8021 CACHE=no SERVER=ftp://-/ DGROOT=/var/spool/delegate OWNER=delegate LOGF ILE=/home/system/ftp.log PROTOLOG= CMAP=/var/spool/delegate/cfi/ftp.cfi:FTOCL:ft p-data:*:* CMAP=/var/spool/delegate/cfi/ftp.cfi:FTOSV:ftp-data:*:* I tried to access ftp.delegate.org from broswer,but couldn't connect.Because ftp proxy couldn't get the right name of ftp server from client,but it set only "help" instead of ftp.delegte.org in PATH and FTP SERVER as you can see from the log file below. Here is the content of log file while trying from broswer: 04/26 15:43:40.22 [9583] 16+0: ## connect[17] TIMEOUT(1000) 04/26 15:43:40.22 [9583] 16+0: ### IDENT CONNECT(192.168.2.89:113) TIMEOUT(1000m s) (110) 04/26 15:43:40.22 [9583] 16+0: #### no authorization required 04/26 15:43:40.22 [9583] 16+0: Unknown request: opts utf8 on^M 04/26 15:43:40.22 [9583] 16+0: gethostbyname(-) unknown[0.00s] 04/26 15:43:40.22 [9583] 16+0: FTP LOGIN FROM 192.168.2.89 TO anonymous@help 04/26 15:43:40.22 [9583] 16+0: PATH: ftp://help:21!athena.artemis-it.com:8021!19 2.168.2.89:1638!anonymous@192.168.2.89;1082961819 04/26 15:43:40.24 [9583] 16+0: FTP server ftp://help:21/ 04/26 15:43:40.24 [9583] 16+0: FTPHOPS: 1 [14/16 - -1/-1] 04/26 15:43:40.24 [9583] 16+0: ConnectToServer: DFLT=ftp://help:21 REAL=://:0 04/26 15:43:40.24 [9583] 16+0: gethostbyname(help) unknown[0.00s] recv[192.168.1 .99](97) Q[help] ID=3/3 AA=0 RD=1 RA=1 RCODE=3 ans,ns,add=0,1,0 04/26 15:43:40.24 [9583] 16+0: ConnectToServer unknown host 'help' 04/26 15:43:40.24 [9583] 16+0: ERROR: cannot connect to ftp://help:21 - -1 04/26 15:43:40.24 [9583] 16+0: E-C: Can't connect: 192.168.2.89:1638 => ftp://he lp (unknown) 04/26 15:43:40.24 [9583] 16+0: cannot connect `help' 04/26 15:43:40.34 [9583] 16+0: FTP-control-remote: 192.168.1.1:8021 04/26 15:43:40.34 [9583] 16+0: FTP-data-local[18]: 192.168.2.1:8020 04/26 15:43:40.34 [9583] 16+0: PASV [192,168,2,1,31,84] >> 227 Entering Passive Mode (192,168,2,1,31,84) DeleGate[X].^M 04/26 15:43:40.34 [9583] 16+0: FTP-LOCAL: accepting client's PASV 192,168,2,1,31 ,84 Thank in advance for your help. vanny