src/vsl_rcp.h File Reference

Headers for VSL file transfer tools. More...

#include "vsl_api.h"

Go to the source code of this file.

Data Structures

struct  vsl_client_msg
 structure used as a client message from the client rcp program More...
struct  vsl_server_msg
 structure used as a server message reply from the server rcpd program to the client msg More...

Defines

#define DEBUGLOG   "./vsl_rcp.log"
 default file for server debug output
#define MAGIC_PARM   "234958oehtedu"
 parameter that indicates when vsl_rcpd is called from vsl_rcp
#define MAX_HOST   64
#define MAX_PATH   128
#define MAX_USER   16

Typedefs

typedef vsl_client_msg vsl_client_msg_t
 structure used as a client message from the client rcp program
typedef vsl_server_msg vsl_server_msg_t
 structure used as a server message reply from the server rcpd program to the client msg

Enumerations

enum  status_t {
  RCP_READY = 0, RCP_ENOENT, RCP_EOPEN, RCP_ENOFILE,
  RCP_EUSER, RCP_EOTHER
}
 server return codes More...

Functions

void vfer_rcp_print_stats (vfer_stats *stats)


Detailed Description

Headers for VSL file transfer tools.

Author:
Nikolaus Rath

Definition in file vsl_rcp.h.


Define Documentation

#define DEBUGLOG   "./vsl_rcp.log"

default file for server debug output

Definition at line 24 of file vsl_rcp.h.

#define MAGIC_PARM   "234958oehtedu"

parameter that indicates when vsl_rcpd is called from vsl_rcp

Definition at line 27 of file vsl_rcp.h.

#define MAX_HOST   64

Definition at line 21 of file vsl_rcp.h.

#define MAX_PATH   128

Definition at line 19 of file vsl_rcp.h.

#define MAX_USER   16

Definition at line 20 of file vsl_rcp.h.


Typedef Documentation

typedef struct vsl_client_msg vsl_client_msg_t

structure used as a client message from the client rcp program

typedef struct vsl_server_msg vsl_server_msg_t

structure used as a server message reply from the server rcpd program to the client msg


Enumeration Type Documentation

enum status_t

server return codes

Enumerator:
RCP_READY 
RCP_ENOENT 
RCP_EOPEN 
RCP_ENOFILE 
RCP_EUSER 
RCP_EOTHER 

Definition at line 39 of file vsl_rcp.h.


Function Documentation

void vfer_rcp_print_stats ( vfer_stats stats  )  [inline]

This function prints the final transfer statistics after file transfer

Parameters:
stats vfer stats structure pointer

Definition at line 60 of file vsl_rcp.h.


Generated on Tue Aug 8 16:07:22 2006 for VFER by  doxygen 1.4.7