SecureBlackbox 2020 PHP Edition

Questions / Feedback?

RequestAttributes Method

Requests attributes of the remote file.

Object Oriented Interface

public function doRequestAttributes($remotepath, $followsymlinks);

Procedural Interface

secureblackbox_sftpclient_do_requestattributes($res, $remotepath, $followsymlinks);

Remarks

Use this method to request attributes of a remote file. Pass the name of the file via the RemotePath parameter, and use FollowSymLinks to specify whether symbolic links should be resolved.

The method returns the list of attributes as a line of semicolon-separated entries: Size=78220;Owner=user@system;Group=none@system;Permissions=432;ATime=2020-04-28 08:21:00.295;MTime=2020-04-28 08:21:00.302;CTime=2020-04-28 08:21:00.295;AttribBits=24;LinkCount=1.

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