#include "config.h"
#include <cli_utils.h>
#include <rfsv.h>
#include <rfsvfactory.h>
#include <rpcs.h>
#include <rpcsfactory.h>
#include <rclip.h>
#include <plpintl.h>
#include <tcpsocket.h>
#include <bufferstore.h>
#include <iostream>
#include <vector>
#include <stdlib.h>
#include <stdio.h>
#include "ftp.h"
#include <getopt.h>
Go to the source code of this file.
|
| static struct option | opts [] |
| |
◆ _GNU_SOURCE
◆ ftpHeader()
◆ help()
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ usage()
| static void usage |
( |
void |
| ) |
|
|
static |
◆ opts
Initial value:= {
{"help", no_argument, nullptr, 'h'},
{"version", no_argument, nullptr, 'V'},
{"port", required_argument, nullptr, 'p'},
{NULL, 0, nullptr, 0 }
}
Definition at line 74 of file main.cc.