LocalFile Property
The file on the local host to transfer the data to/from.
Object Oriented Interface
public function getLocalFile(); public function setLocalFile($value);
Procedural Interface
ipworks_tftp_get($res, 2 ); ipworks_tftp_set($res, 2, $value );
Default Value
''
Remarks
If GetFile is called, and LocalFile already exists, it is overwritten. If PutFile is called, LocalFile must point to a valid file, or an error will be returned.
Data Type
String