How to set ascii mode in FTP using .netrc
if I have a .netrc file that looks something like this:
machine fl.address.net
login myname
and I wanted to make it so that when I hit ftp fl.address.net it will open the connection, prompt for my password, and then automatically set the transfer mode to ascii. How can I do this? Maybe I dont need to add it to my .netrc file, I dunno
Thanks for your help !
Last edited by gendreau; 06-13-2003 at 12:43 PM.
|