src/commands/ftp/file.c File Reference

#include <sys/types.h>
#include <sys/stat.h>
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
#include <fcntl.h>
#include <errno.h>
#include "ftp.h"
#include "file.h"
#include "net.h"

Go to the source code of this file.

Functions

 _PROTOTYPE (static char *dir,(char *path, int full))
 _PROTOTYPE (static int asciisend,(int fd, int fdout))
 _PROTOTYPE (static int asciirecv,(int fd, int fdin))
 _PROTOTYPE (static int asciisize,(int fd, off_t *filesize))
 _PROTOTYPE (static off_t asciisetsize,(int fd, off_t filesize))
int sendfile (int fd, int fdout)
int recvfile (int fd, int fdin)
int DOascii ()
int DObinary ()
int DOpwd ()
int DOcd ()
int DOmkdir ()
int DOrmdir ()
int DOdelete ()
int DOmdtm ()
int DOsize ()
int DOstat ()
int DOlist ()
int DOnlst ()
int DOretr ()
int DOrretr ()
int DOMretr ()
int DOappe ()
int DOstor ()
int DOrstor ()
int DOstou ()
int DOMstor ()


Function Documentation

_PROTOTYPE ( static off_t  asciisetsize,
(int fd, off_t filesize)   
)

_PROTOTYPE ( static int  asciisize,
(int fd, off_t *filesize)   
)

_PROTOTYPE ( static int  asciirecv,
(int fd, int fdin  
)

_PROTOTYPE ( static int  asciisend,
(int fd, int fdout  
)

_PROTOTYPE ( static char *  dir,
(char *path, int full)   
)

int DOappe (  ) 

Definition at line 663 of file file.c.

int DOascii (  ) 

Definition at line 247 of file file.c.

int DObinary (  ) 

Definition at line 261 of file file.c.

int DOcd (  ) 

Definition at line 290 of file file.c.

int DOdelete (  ) 

Definition at line 366 of file file.c.

int DOlist (  ) 

Definition at line 441 of file file.c.

int DOmdtm (  ) 

Definition at line 383 of file file.c.

int DOmkdir (  ) 

Definition at line 320 of file file.c.

int DOMretr (  ) 

Definition at line 607 of file file.c.

int DOMstor (  ) 

Definition at line 832 of file file.c.

int DOnlst (  ) 

Definition at line 479 of file file.c.

int DOpwd (  ) 

Definition at line 275 of file file.c.

int DOretr (  ) 

Definition at line 517 of file file.c.

int DOrmdir (  ) 

Definition at line 343 of file file.c.

int DOrretr (  ) 

Definition at line 552 of file file.c.

int DOrstor (  ) 

Definition at line 733 of file file.c.

int DOsize (  ) 

Definition at line 400 of file file.c.

int DOstat (  ) 

Definition at line 417 of file file.c.

int DOstor (  ) 

Definition at line 698 of file file.c.

int DOstou (  ) 

Definition at line 797 of file file.c.

int recvfile ( int  fd,
int  fdin 
)

Definition at line 227 of file file.c.

int sendfile ( int  fd,
int  fdout 
)

Definition at line 129 of file file.c.


Generated on Tue Mar 9 04:36:31 2010 for Minix by  doxygen 1.5.8