FTPRemoteFile Property
The name of the file as it will appear on the server after upload.
Object Oriented Interface
public function getFTPRemoteFile(); public function setFTPRemoteFile($value);
Procedural Interface
inpay_check21_get($res, 36 ); inpay_check21_set($res, 36, $value );
Default Value
''
Remarks
The name of the file as it will appear on the server after upload. The FTPRemoteFile can contain only the file name, an absolute path and filename, or a relative path based on FTPRemotePath.
This property is not available at design time.
Data Type
String