Make "ftp" a synonym for "open"

This commit is contained in:
phk 1996-09-19 08:16:47 +00:00
parent b614bb2c2e
commit a5b013bb10

View File

@ -130,6 +130,7 @@ struct cmd cmdtab[] = {
{ "dir", dirhelp, 1, 1, 1, ls },
{ "disconnect", disconhelp, 0, 1, 1, disconnect },
{ "form", formhelp, 0, 1, 1, setform },
{ "ftp", connecthelp, 0, 0, 1, setpeer },
{ "get", receivehelp, 1, 1, 1, get },
{ "glob", globhelp, 0, 0, 0, setglob },
{ "hash", hashhelp, 0, 0, 0, sethash },