[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FTP Problem solved <- Update



> setenv FTPMODE active
> 
> set FTPMODE="active" might be working for users of the bash shell.
> 
> just in case you got the same problem and use the bash and it doesn't
> work with setenv.

for bash I think people would want to do:

FTPMODE="active"
export FTPMODE

Luke