mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Refactorizacion
This commit is contained in:
@ -40,4 +40,8 @@ class SftpClientWrapper
|
||||
return $this->client->chmod($permissions, $path);
|
||||
}
|
||||
|
||||
public function get(string $remotePath, string $localPath): bool
|
||||
{
|
||||
return $this->client->get($remotePath, $localPath);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user