[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: ftp query...



Create a .netrc file in your home directory with the following

machine <your machine name> login <your userid> password <your password>
macdef init
cd <wherever you want to put your file>
bin [or asc ???]
put <filename>
bye
[one newline here]


Do a chmod 600 on the file and do a ftp -i <remote server name>



Mithun