ReactOS 0.4.16-dev-88-ga65b6ae
|
#include "syshdrs.h"
Go to the source code of this file.
Definition at line 11 of file cmds.c.
Referenced by FTPChdir3(), FTPFileExistsNlst(), FTPFileExistsStat(), FTPFileType(), FTPFtw(), FTPFtwL2(), FTPMkdir2(), FTPRemoteRecursiveFileList(), FTPRemoteRecursiveFileList1(), FTPRmdirRecursive(), FTPRmdirRecursiveL2(), OpenCmd(), and OpenURL().
int FTPChdir3 | ( | FTPCIPtr | cip, |
const char *const | cdCwd, | ||
char *const | newCwd, | ||
const size_t | newCwdSize, | ||
int | flags | ||
) |
Definition at line 376 of file cmds.c.
int FTPChdirAndGetCWD | ( | const FTPCIPtr | cip, |
const char *const | cdCwd, | ||
char *const | newCwd, | ||
const size_t | newCwdSize | ||
) |
Definition at line 313 of file cmds.c.
Referenced by FTPChdir3().
int FTPChmod | ( | const FTPCIPtr | cip, |
const char *const | pattern, | ||
const char *const | mode, | ||
const int | doGlob | ||
) |
Definition at line 46 of file cmds.c.
Referenced by ChmodCmd().
int FTPDelete | ( | const FTPCIPtr | cip, |
const char *const | pattern, | ||
const int | recurse, | ||
const int | doGlob | ||
) |
Definition at line 195 of file cmds.c.
Referenced by DeleteCmd(), FTPGetOneF(), FTPPutOneF(), and FTPRmdirRecursiveL2().
Definition at line 1423 of file cmds.c.
int FTPFileExists2 | ( | const FTPCIPtr | cip, |
const char *const | file, | ||
const int | tryMDTM, | ||
const int | trySIZE, | ||
const int | tryMLST, | ||
const int | trySTAT, | ||
const int | tryNLST | ||
) |
Definition at line 1350 of file cmds.c.
Referenced by FTPFileExists(), FTPFileType(), and FTPPutOneF().
Definition at line 1209 of file cmds.c.
Referenced by FTPFileExists2().
Definition at line 1008 of file cmds.c.
Referenced by FTPFileExists2().
Definition at line 649 of file cmds.c.
Referenced by FTPFileExists2(), FTPFileSizeAndModificationTime(), and FTPGetOneF().
int FTPFileSize | ( | const FTPCIPtr | cip, |
const char *const | file, | ||
longest_int *const | size, | ||
const int | type | ||
) |
Definition at line 887 of file cmds.c.
Referenced by FTPFileExists2(), and FTPFileSizeAndModificationTime().
int FTPFileSizeAndModificationTime | ( | const FTPCIPtr | cip, |
const char *const | file, | ||
longest_int *const | size, | ||
const int | type, | ||
time_t *const | mdtm | ||
) |
Definition at line 1433 of file cmds.c.
Referenced by FTPGetOneF(), and FTPPutOneF().
Definition at line 1475 of file cmds.c.
Referenced by FTPIsDir(), and FTPIsRegularFile().
Definition at line 254 of file cmds.c.
Referenced by FTPChdir3(), FTPChdirAndGetCWD(), FTPFileExistsNlst(), FTPFileExistsStat(), FTPFileType(), FTPFtw(), FTPLoginHost(), FTPMkdir2(), FTPRemoteRecursiveFileList(), FTPRemoteRecursiveFileList1(), FTPRmdirRecursive(), nFTPChdirAndGetCWD(), OpenCmd(), OpenURL(), and PwdCmd().
Definition at line 1531 of file cmds.c.
Referenced by FTPFtw(), FTPFtwL2(), and FTPGetFiles3().
Definition at line 641 of file cmds.c.
Referenced by FTPChdir3(), FTPPutFiles3(), and MkdirCmd().
int FTPMkdir2 | ( | const FTPCIPtr | cip, |
const char *const | newDir, | ||
const int | recurse, | ||
const char *const | curDir | ||
) |
Definition at line 472 of file cmds.c.
Referenced by FTPMkdir().
Definition at line 947 of file cmds.c.
Referenced by FTPFileExists2(), FTPFileSizeAndModificationTime(), and FTPFileType().
Definition at line 739 of file cmds.c.
Referenced by RmtHelpCmd().
Definition at line 703 of file cmds.c.
Referenced by FTPPutOneF(), and RenameCmd().
Definition at line 784 of file cmds.c.
Referenced by FTPRmdirRecursive(), FTPRmdirRecursiveL2(), and RmdirCmd().
Definition at line 158 of file cmds.c.
Referenced by FTPDelete(), and FTPRmdir().
Definition at line 90 of file cmds.c.
Referenced by FTPRmdirRecursive(), and FTPRmdirRecursiveL2().
Definition at line 836 of file cmds.c.
Referenced by FTPFileSize(), FTPFileSizeAndModificationTime(), FTPGetOneF(), FTPPutOneF(), FTPStartDataCmd(), and TypeCmd().
Definition at line 1585 of file cmds.c.
Referenced by FTPPutFiles3(), and SymlinkCmd().
int FTPUtime | ( | const FTPCIPtr | cip, |
const char *const | file, | ||
time_t | actime, | ||
time_t | modtime, | ||
time_t | crtime | ||
) |
Definition at line 1649 of file cmds.c.
Referenced by FTPPutOneF().