FTPoison (FTPoison v0.1.2)
Link to this section Summary
Functions
Changes the working directory at the remote server to Dir.
Returns a list of remote files in the current directory
Returns a list of remote files matching the specified path (supporting globs)
Starts a standalone FTP client process (without the Inets service framework)
Returns the current working directory at the remote server.
Link to this section Functions
Link to this function
cd(pid, directory)
Specs
Changes the working directory at the remote server to Dir.
Link to this function
list(pid)
Specs
Returns a list of remote files in the current directory
Link to this function
list(pid, path)
Specs
Returns a list of remote files matching the specified path (supporting globs)
Link to this function
open(host, options \\ %{})
Specs
Starts a standalone FTP client process (without the Inets service framework)
and opens a session with the FTP server at Host.
Link to this function
pwd(pid)
Specs
Returns the current working directory at the remote server.
Link to this function
recv(pid, remote_file)
Specs
Link to this function
recv(pid, remote_file, local_file)
Specs
Link to this function
start(host)
Specs
Link to this function
stop(pid)
Specs
Link to this function