struct tapi_storage_client_methods
Methods to operate the client.
#include <tapi_storage_client.h> struct tapi_storage_client_methods { // fields tapi_storage_client_method_open open; tapi_storage_client_method_close close; tapi_storage_client_method_pwd pwd; tapi_storage_client_method_ls ls; tapi_storage_client_method_cd cd; tapi_storage_client_method_put put; tapi_storage_client_method_get get; tapi_storage_client_method_rm rm; tapi_storage_client_method_mkdir mkdir; tapi_storage_client_method_rmdir rmdir; };