yjftp-0.3.2: CUI FTP client like 'ftp', 'ncftp'

Network.Yjftp

Synopsis

Documentation

type CommandList = [(String, Command)]Source

getAction :: Command -> ActionSource

getHelp :: Command -> StringSource

quitFTP :: ActionSource

systemFTP :: ActionSource

pwdFTP :: ActionSource

listFTP :: ActionSource

editBy :: (String -> IO String) -> ActionSource

readBy :: (String -> IO String) -> ActionSource

getEnv :: String -> IO String

Computation getEnv var returns the value of the environment variable var.

This computation may fail with:

  • System.IO.Error.isDoesNotExistError if the environment variable does not exist.

const2 :: a -> b -> c -> aSource