芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/Batch/NFS.php
remotePath = $remotePath; } /** * @return string */ public function getRemotePath() { return $this->remotePath; } /** * @param string */ public function setServer($server) { $this->server = $server; } /** * @return string */ public function getServer() { return $this->server; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NFS::class, 'Google_Service_Batch_NFS');