|
|
|
|
|
|
|
|
|
|
|
put(self,
source_path,
remote_filename=None)
Transfer source_path (Path object) to remote_filename (string) |
source code
|
|
|
|
get(self,
remote_filename,
local_path)
Retrieve remote_filename and place in local_path |
source code
|
|
|
|
list(self)
Return list of filenames (strings) present in backend |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
delete(self,
filename_list)
Delete each filename in filename_list, in order if possible. |
source code
|
|
|
|
close(self)
Close the backend, releasing any resources held and invalidating
any file objects obtained from the backend. |
source code
|
|
|
Inherited from backend.Backend:
get_data,
get_fileobj_read,
get_fileobj_write,
get_password,
munge_password,
popen,
popen_persist,
put_data,
run_command,
run_command_persist
|