I know that, in python, to start a file with it's associated application that is located on my hard drive I can simply use os.startfile.
However, I want to be able to start a file with it's associated application that is located on an ftp site.
Does anyone know how to do this?