dnl -*- text -*- dnl dnl $NiH: methods.mt,v 1.4 2002/09/16 12:42:37 dillo Exp $ dnl dnl methods.mt -- definition and documentation for protocol methods dnl Copyright (C) 2001, 2002 Dieter Baron dnl dnl This file is part of cftp, a fullscreen ftp client dnl The author can be contacted at dnl dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by dnl the Free Software Foundation; either version 2 of the License, or dnl (at your option) any later version. dnl dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. rcsid(<<$NiH: methods.mt,v 1.4 2002/09/16 12:42:37 dillo Exp $>>) method(int, close, void, <>) method(int, cwd, <>, <>) method(int, deidle, void, <>) method(int, fclose, <>, <>) method(<>, list, <>, <>) method(int, open, <>, <>) method(int, mkdir, <>, <>) method(int, login, <>, >) method(<>, pwd, void, <>) method(<>, retr, <>, <>) method(int, rmdir, <>, <>) method(int, site, <>, <>) method(<>, stor, <>, <>) method(int, xfer_eof, <>, <>) method(int, xfer_read, <>, <>) method(int, xfer_start, <>, <>) method(int, xfer_stop, <>, <>) method(int, xfer_write, <>, <>) endall