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