Applescript Connection?
I am very new to Macs, and especially new to Applescript, but I was wondering if it could be used for something I would actually use...
At school there is what they call the "h drives" where we can go to a url on the internet, enter our username and password and access everything we save to that "drive." my question is to you, I have a folder called homework where I'd like to have a direct connection to that h-drive. Is this possible? Is this possible through applescript?
At school there is what they call the "h drives" where we can go to a url on the internet, enter our username and password and access everything we save to that "drive." my question is to you, I have a folder called homework where I'd like to have a direct connection to that h-drive. Is this possible? Is this possible through applescript?
Comments
Are you using a web browser to access these "h drives"? Does everything (upload and download) happen through a web page?
What sort of binding are you looking at between the folder and the "h drive"? Are you looking for bi-directional syncing?
What protocols are the "h drives" accessible under? AFP (Apple File Sharing Protocol)? SBM/CIFS (Windows Sharing)? WebDAV? Novell? AFS (Andrew File System)?
I have a feeling that AppleScript is not going to be a valid route to whatever it is you want... but there are probably better ideas anyways. That is nothing against AppleScript, it just probably has nothing to do with what you want.