Get FTP directory

SecurityAuthToken
Request
path Parameters
volume_guid
required
string

Volume identifier

filer_serial
required
string

Filer object identifier

ftpdir_id
required
string

FTP directory object identifier

Responses
200

Success

401

Authentication failure

429

Request throttled

get/volumes/{volume_guid}/filers/{filer_serial}/ftp-directories/{ftpdir_id}/
Request samples
Response samples
application/json
{
  • "id": 0,
  • "name": "string",
  • "path": "string",
  • "comment": "string",
  • "readonly": true,
  • "visibility": "default",
  • "allow_from": "string",
  • "allow_users": "string",
  • "allow_groups": "string",
  • "anonymous": true,
  • "anonymous_only": true,
  • "umask": "000",
  • "hide_ownership": true,
  • "hidden_stores": true,
  • "filer_serial_number": "string",
  • "volume_guid": "string",
  • "links": {
    }
}
Copyright © 2025 Nasuni Corporation. All rights reserved.