tell application "BBEdit"
set localURL to "/root/user/html/docs/index.php"
set remoteURL to
"sftp://user:@ftp.domain.com//root/user/html/docs/index.php
"
set f_local to POSIX file (localURL)
set f_remote to POSIX file (remoteURL) -- THIS DOES WORK
compare f_local against f_remote options {}
end tell
I have looked everywhere, how can I create a file reference to
remoteURL so I can use it with "compare f1 against f2 options {}"
I tried set f_remote to URL(remoteURL)
which didn't work either...
Thanks ahead of time,
Bill Hernandez
Plano, Texas
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem,
please email "[email protected]" rather than posting to the group.
-~----------~----~----~----~------~----~------~--~---