Another Shell Script question ftp
Another Shell Script question ftp
- Subject: Another Shell Script question ftp
- From: "Stockly, Ed" <email@hidden>
- Date: Tue, 7 Feb 2006 16:05:43 -0800
I'm writing a script that's picking up a file reference and needs to ftp the file to specific address based on info found in the file.
I'm wondering if anyone else has experience using shell script to upload files via ftp.
Here's what I'm using now:
do shell script "ftp -R -u " & myUserid & " -p " & myPassword & " " & myServer & " " & myRemotePath & myFile
What I'm hoping for is a solid, stable command that will allow me to trap errors.
Any suggestions? Anything to lookout for?
Thanks
ES
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden