CosFileTransfer_FileTransferSession
Functions
_get_protocols_supported(OE_THIS) -> term()
_get_protocols_supported(OE_THIS, OE_Options) -> term()
set_directory(OE_THIS, New_directory) -> term()
set_directory(OE_THIS, OE_Options, New_directory) -> term()
create_file(OE_THIS, Name) -> term()
create_file(OE_THIS, OE_Options, Name) -> term()
create_directory(OE_THIS, Name) -> term()
create_directory(OE_THIS, OE_Options, Name) -> term()
get_file(OE_THIS, Complete_file_name) -> term()
get_file(OE_THIS, OE_Options, Complete_file_name) -> term()
delete(OE_THIS, File) -> term()
delete(OE_THIS, OE_Options, File) -> term()
transfer(OE_THIS, Src, Dest) -> term()
transfer(OE_THIS, OE_Options, Src, Dest) -> term()
append(OE_THIS, Src, Dest) -> term()
append(OE_THIS, OE_Options, Src, Dest) -> term()
insert(OE_THIS, Src, Dest, Offset) -> term()
insert(OE_THIS, OE_Options, Src, Dest, Offset) -> term()
logout(OE_THIS) -> term()
logout(OE_THIS, OE_Options) -> term()
oe_orber_create_directory_current(OE_THIS) -> term()
oe_orber_create_directory_current(OE_THIS, OE_Options) -> term()
oe_orber_get_content(OE_THIS, Complete_file_name, Parent) -> term()
oe_orber_get_content(OE_THIS, OE_Options, Complete_file_name, Parent) -> term()
oe_orber_count_children(OE_THIS, Complete_file_name) -> term()
oe_orber_count_children(OE_THIS, OE_Options, Complete_file_name) -> term()
oe_is_a(X1) -> term()
oe_tc(X1) -> term()
oe_get_interface() -> term()
typeID() -> term()
oe_create() -> term()
oe_create_link() -> term()
oe_create(Env) -> term()
oe_create_link(Env) -> term()
oe_create(Env, RegName) -> term()
oe_create_link(Env, RegName) -> term()
init(Env) -> term()
terminate(Reason, State) -> term()
handle_call(X1, X2, OE_State) -> term()
handle_cast(X1, State) -> term()
handle_info(Info, State) -> term()
code_change(OldVsn, State, Extra) -> term()
View Functions
- _get_protocols_supported/1
- _get_protocols_supported/2
- set_directory/2
- set_directory/3
- create_file/2
- create_file/3
- create_directory/2
- create_directory/3
- get_file/2
- get_file/3
- delete/2
- delete/3
- transfer/3
- transfer/4
- append/3
- append/4
- insert/4
- insert/5
- logout/1
- logout/2
- oe_orber_create_directory_current/1
- oe_orber_create_directory_current/2
- oe_orber_get_content/3
- oe_orber_get_content/4
- oe_orber_count_children/2
- oe_orber_count_children/3
- oe_is_a/1
- oe_tc/1
- oe_get_interface/0
- typeID/0
- oe_create/0
- oe_create_link/0
- oe_create/1
- oe_create_link/1
- oe_create/2
- oe_create_link/2
- init/1
- terminate/2
- handle_call/3
- handle_cast/2
- handle_info/2
- code_change/3