PutRemoteFile Method |
Uploads a file to a remote FTP location specified by a URL known to AutoCAD.
Signature
object.PutRemoteFile URL, LocalFile
Object
Utility
The object or objects this method applies to.
URL
String; input-only
The URL location to upload the file to.
LocalFile
String; input-only
The file to upload.
Remarks
This method is designed to complement the GetRemoteFile method.
When a secure URL is accessed, a dialog box prompts the user for the necessary password information. Message boxes appear if the user has not suppressed this activity in their browser.
Comments? |