open remote file with local application?
open remote file with local application?
- Subject: open remote file with local application?
- From: Mark Ackerman <email@hidden>
- Date: Tue, 7 Oct 2003 14:53:23 -0400
Seeking a technique to open a remote file with a local application
without first downloading the file to a local disk, something like:
[[NSWorkspace sharedWorkspace] openFile:@"
https://www.mycompany.com:443/
citrix/CitrixServlet?
func=getICA&credential=blahblahblah"
withApplication:@"Citrix ICA Client.app"];
The above doesn't work (the Citrix ICA Client application launches but
doesn't open the file). Currently, my app uses NSURLDownload to
download the file to disk, then opens the file with the Citrix app.
But, that leaves the downloaded file on the user's disk, which seems
un-tidy.
Any suggestions?
Thanks,
Mark
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.