[Erlang Systems]

ftp

MODULE

MODULE SUMMARY

DESCRIPTION

EXPORTS

cd(Pid, Dir) -> ok | {error, Reason}

close(Pid) -> ok

delete(Pid, File) -> ok | {error, Reason}

formaterror(Tag) -> string()

lcd(Pid, Dir) -> ok | {error, Reason}

lpwd(Pid) -> {ok, Dir}

ls(Pid [, Dir]) -> {ok, Listing} | {error, Reason}

mkdir(Pid, Dir) -> ok | {error, Reason}

nlist(Pid [, Dir]) -> {ok, Listing} | {error, Reason}

open(Host [, Flags]) -> {ok, Pid} | {error, Reason}

pwd(Pid) -> {ok, Dir} | {error, Reason}

recv(Pid, RemoteFile [, LocalFile]) -> ok | {error, Reason}

recv_bin(Pid, RemoteFile) -> {ok, Bin} | {error, Reason}

rename(Pid, Old, New) -> ok | {error, Reason}

rmdir(Pid, Dir) -> ok | {error, Reason}

send(Pid, LocalFile [, RemoteFile]) -> ok | {error, Reason}

send_bin(Pid, Bin, RemoteFile) -> ok | {error, Reason}

send_chunk(Pid, Bin) -> ok | {error, Reason}

send_chunk_end(Pid) -> ok | {error, Reason}

send_chunk_start(Pid, File) -> ok | {error, Reason}

type(Pid, Type) -> ok | {error, Reason}

user(Pid, User, Password) -> ok | {error, Reason}

ERRORS

SEE ALSO

AUTHORS


Copyright © 1991-97 Ericsson Telecom AB