ftp_putcmd         84 ftp/ftp.c      static int		ftp_putcmd(	ftpbuf_t *ftp,
ftp_putcmd        223 ftp/ftp.c      	if (!ftp_putcmd(ftp, "QUIT", NULL)) {
ftp_putcmd        254 ftp/ftp.c      		if (!ftp_putcmd(ftp, "AUTH", "TLS")) {
ftp_putcmd        262 ftp/ftp.c      			if (!ftp_putcmd(ftp, "AUTH", "SSL")) {
ftp_putcmd        308 ftp/ftp.c      			if (!ftp_putcmd(ftp, "PBSZ", "0")) {
ftp_putcmd        316 ftp/ftp.c      			if (!ftp_putcmd(ftp, "PROT", "P")) {
ftp_putcmd        328 ftp/ftp.c      	if (!ftp_putcmd(ftp, "USER", user)) {
ftp_putcmd        340 ftp/ftp.c      	if (!ftp_putcmd(ftp, "PASS", pass)) {
ftp_putcmd        363 ftp/ftp.c      	if (!ftp_putcmd(ftp, "REIN", NULL)) {
ftp_putcmd        389 ftp/ftp.c      	if (!ftp_putcmd(ftp, "SYST", NULL)) {
ftp_putcmd        425 ftp/ftp.c      	if (!ftp_putcmd(ftp, "PWD", NULL)) {
ftp_putcmd        452 ftp/ftp.c      	if (!ftp_putcmd(ftp, "SITE EXEC", cmd)) {
ftp_putcmd        471 ftp/ftp.c      	if (!ftp_putcmd(ftp, cmd, NULL)) {
ftp_putcmd        498 ftp/ftp.c      	if (!ftp_putcmd(ftp, "CWD", dir)) {
ftp_putcmd        522 ftp/ftp.c      	if (!ftp_putcmd(ftp, "CDUP", NULL)) {
ftp_putcmd        542 ftp/ftp.c      	if (!ftp_putcmd(ftp, "MKD", dir)) {
ftp_putcmd        572 ftp/ftp.c      	if (!ftp_putcmd(ftp, "RMD", dir)) {
ftp_putcmd        595 ftp/ftp.c      	if (!ftp_putcmd(ftp, "SITE", buffer)) {
ftp_putcmd        623 ftp/ftp.c      	if (!ftp_putcmd(ftp, "ALLO", buffer)) {
ftp_putcmd        681 ftp/ftp.c      	if (!ftp_putcmd(ftp, "TYPE", typechar)) {
ftp_putcmd        728 ftp/ftp.c      		if (!ftp_putcmd(ftp, "EPSV", NULL)) {
ftp_putcmd        759 ftp/ftp.c      	if (!ftp_putcmd(ftp, "PASV", NULL)) {
ftp_putcmd        814 ftp/ftp.c      		if (!ftp_putcmd(ftp, "REST", arg)) {
ftp_putcmd        822 ftp/ftp.c      	if (!ftp_putcmd(ftp, "RETR", path)) {
ftp_putcmd        911 ftp/ftp.c      		if (!ftp_putcmd(ftp, "REST", arg)) {
ftp_putcmd        919 ftp/ftp.c      	if (!ftp_putcmd(ftp, "STOR", path)) {
ftp_putcmd        976 ftp/ftp.c      	if (!ftp_putcmd(ftp, "SIZE", path)) {
ftp_putcmd       1000 ftp/ftp.c      	if (!ftp_putcmd(ftp, "MDTM", path)) {
ftp_putcmd       1042 ftp/ftp.c      	if (!ftp_putcmd(ftp, "DELE", path)) {
ftp_putcmd       1061 ftp/ftp.c      	if (!ftp_putcmd(ftp, "RNFR", src)) {
ftp_putcmd       1067 ftp/ftp.c      	if (!ftp_putcmd(ftp, "RNTO", dest)) {
ftp_putcmd       1085 ftp/ftp.c      	if (!ftp_putcmd(ftp, "SITE", cmd)) {
ftp_putcmd       1455 ftp/ftp.c      		if (!ftp_putcmd(ftp, "EPRT", eprtarg)) {
ftp_putcmd       1473 ftp/ftp.c      	if (!ftp_putcmd(ftp, "PORT", arg)) {
ftp_putcmd       1627 ftp/ftp.c      	if (!ftp_putcmd(ftp, cmd, path)) {
ftp_putcmd       1733 ftp/ftp.c      		if (!ftp_putcmd(ftp, "REST", arg)) {
ftp_putcmd       1741 ftp/ftp.c      	if (!ftp_putcmd(ftp, "RETR", path)) {
ftp_putcmd       1851 ftp/ftp.c      		if (!ftp_putcmd(ftp, "REST", arg)) {
ftp_putcmd       1859 ftp/ftp.c      	if (!ftp_putcmd(ftp, "STOR", path)) {