Subject: re: ftp_proxy problem solved
To: None <port-i386@netbsd.org>
From: John Refling <johnr@spimageworks.com>
List: port-i386
Date: 06/04/1999 22:08:43
in csh:

set ftp_proxy=ftp://server:port

didn't work

setenv FTP_PROXY ftp://server:port

didn't work

setenv ftp_proxy ftp://server:port

did work.



By the way, is there a way to get the list of files
for a directory on ftp://site.com/dir on the command
line, eg, the same as "ls" in active mode?