home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 2
/
FFMCD02.bin
/
new
/
comm
/
net
/
ftpdaemon
/
ftpd2
/
cmdimp.h
next >
Wrap
C/C++ Source or Header
|
1993-12-21
|
519b
|
22 lines
#ifndef _CMDIMP_H
#define _CMDIMP_H 1
void renamecmd(char *from, char *to);
void pwd(void);
char *renamefrom(char *name);
void delete(char *name);
void makedir(char *name);
void statcmd(void);
void cwd(char *path);
void retrieve(char *cmd,char *name);
void statfilecmd(char *filename);
void send_file_list(char *witchfiles);
void removedir(char *name);
void store(char *name,char *mode,int unique);
void passive(void);
void user(char *name);
void dologout(int status);
void pass(char *passwd);
#endif /* _CMDIMP_H */