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?