Looking to schedule automatic backups of folder/files to our web space using Fetch.
Anyone have a good script?
Looking to schedule automatic backups of folder/files to our web space using Fetch.
Anyone have a good script?
Hi.
Why using Fetch? You can do it like this:
tell application "URL Access scripting"
upload file "Macintosh HD:file.pdf" to ¬
"ftp://username:password@ftp.server.de" replacing yes ¬
with progress without binhexing
end tell
greetings
Dirk Einecke
cool
that works for a file
how do I do a folder?
and, thanks