SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

RenameFile Method

Renames a file.

Object Oriented Interface

public function doRenameFile($sourcefile, $destfile);

Procedural Interface

secureblackboxlite_sftpclient_do_renamefile($res, $sourcefile, $destfile);

Remarks

Use this method to rename a remote file. Provide the old and the new name via SourceFile and DestFile parameters.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 PHP Edition - Version 20.0 [Build 8166]