• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
open remote file with local application?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: open remote file with local application?
      • From: Nick Zitzmann <email@hidden>
  • Prev by Date: Re: launching 2 same applications
  • Next by Date: Re: Multiple Threaded Windows
  • Previous by thread: Re: Multiple Threaded Windows
  • Next by thread: Re: open remote file with local application?
  • Index(es):
    • Date
    • Thread