Re: "mount disk" and ftp problem
Re: "mount disk" and ftp problem
- Subject: Re: "mount disk" and ftp problem
- From: Doug McNutt <email@hidden>
- Date: Tue, 7 Oct 2003 10:09:41 -0600
At 09:14 -0600 10/7/03, I presented a bad link
<
http://curl.haxx.se/> is better. Sorry
This is an actual copied and pasted command I use to upload to my public ftp site. The passwords are included in the -n option which goes to my $HOME/.netrc file for the data. The working directory has to be preset to the folder containing the file to be uploaded.
curl -n
ftp://macnauchtan.com/ftp/Software/LineEnds/ -T FixEndsFolder.sit >& /dev/null
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.