simple applescript curl command
Guys I am stuck on this simple curl upload upon completing an audiojack recording. i just want to upload the file to ftp.
on process(theFile)
do shell script "curl -T 'theFile' ftp://username:password@ftp.com/password@ftp.com/"
end process
Is there an issue in the syntax ?
Thanks!
iMac, Mac OS X (10.7.4)