Stop DS FTP
{
  "username" : "root",
  "password" : "root",
  "ds" : "datastore",
  "q" : "stop-ds-ftp"
}
Stops the FTP service on a specified datastore. The datastore is specified by the ds parameter. The service returns a success response as long as the datastore is a valid datastore and the user has permission to run this operation. Running this command on a datastore where the service is not running is a no-op with a success response.
Response Structure
{
  "ack" : "1",
  "time" : 1000
}
Updated about 7 years ago
