Ftpput() - VeriFone MX800 series Programmer's Manual

Hide thumbs Also See for MX800 series:
Table of Contents

Advertisement

V
P
ISUAL
AYMENTS

ftpPut()

ftpPut()
268
M
X
800 S
P
ERIES
ROGRAMMERS
Gets a file from the VP Server.
FTPHost in form of IP address "xxx.xxx.xxx.xxx" or fully qualified domain name
"ftp.site.com".
Translation of directory path '/' to '\' to be done by the VP server.
VP server must support the following FTP commands:
USER
PASS
TYPE I
PASV
RETR
CWD
STOR
QUIT
Prototype
int ftpPut(FTP_parm_t *pstFTP);
typedef packed struct{
char ftpHost[];
char port[];
char userID[];
char password[];
char localFile[];
char remoteFile[];
char errorMsg[];
} FTP_parm_t;
G
UIDE

Advertisement

Table of Contents
loading

Table of Contents