[Erlang Systems]

ftp

MODULE

MODULE SUMMARY

DESCRIPTION

EXPORTS

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

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

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

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

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

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

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 [, Port] [, Flags]) -> {ok, Pid} | {error, Reason}
open({option_list,Option_list}) -> {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_start(Pid, File) -> ok | {error, Reason}

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

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

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

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

ERRORS

SEE ALSO

AUTHORS


inets 2.6.0
Copyright © 1991-2001 Ericsson Utvecklings AB