2006-06-19 16:55:09 +02:00
|
|
|
/* local.h Copyright 1992-2000 by Michael Temari All Rights Reserved
|
|
|
|
*
|
|
|
|
* This file is part of ftp.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* 01/25/96 Initial Release Michael Temari, <Michael@TemWare.Com>
|
|
|
|
*/
|
|
|
|
|
2012-03-24 16:16:34 +01:00
|
|
|
int DOlpwd(void);
|
|
|
|
int DOlcd(void);
|
|
|
|
int DOlmkdir(void);
|
|
|
|
int DOlrmdir(void);
|
|
|
|
int DOllist(void);
|
|
|
|
int DOlnlst(void);
|
|
|
|
int DOlshell(void);
|