ssh_sftpd_file

Functions


close(IoDevice, State) -> term()

del_dir(Path, State) -> term()

delete(Path, State) -> term()

get_cwd(State) -> term()

is_dir(AbsPath, State) -> term()

list_dir(AbsPath, State) -> term()

make_dir(Dir, State) -> term()

make_symlink(Path2, Path, State) -> term()

open(Path, Flags, State) -> term()

position(IoDevice, Offs, State) -> term()

read(IoDevice, Len, State) -> term()

read_file_info(Path, State) -> term()

read_link(Path, State) -> term()

rename(Path, Path2, State) -> term()

write(IoDevice, Data, State) -> term()

write_file_info(Path, Info, State) -> term()

View Functions