Categories: SketchUp Pro : PC :

Opening a remote url file and saving in a specific directory

Showing 1-3 of 3 messages
Opening a remote url file and saving in a specific directory RRangan 4/22/12 11:16 PM SketchUp Version: 8 Pro, PC Ruby question. I want to open a remote data file in Sketchup accessible through a url say http://someserver.com/data.file and save it in a specific directory on my PC. I am the owner of the remote server. The sketchup rub
Re: Opening a remote url file and saving in a specific directory Aerilius 4/23/12 5:56 AM Hi, downloading files that are not stored locally is a bit tricky. The File Open dialog on Windows and maybe also OS X only accepts local file paths (no http/ftp). Most methods in the sketchUp Ruby API as well as in Ruby itself for handling files don
Re: Opening a remote url file and saving in a specific directory RRangan 4/29/12 10:30 PM Sorry for the delayed response. Thanks. Will checkout the links.