Lolly 1.4.27
Loading...
Searching...
No Matches
ftp_url.cpp
Go to the documentation of this file.
1
2/******************************************************************************
3 * MODULE : ftp_url.cpp
4 * DESCRIPTION: url rooted with ftp://
5 * COPYRIGHT : (C) 1999 Joris van der Hoeven
6 * 2023 Darcy Shen
7 *******************************************************************************
8 * This software falls under the GNU general public license version 3 or later.
9 * It comes WITHOUT ANY WARRANTY WHATSOEVER. For details, see the file LICENSE
10 * in the root directory or <http://www.gnu.org/licenses/gpl-3.0.html>.
11 ******************************************************************************/
12
13#include "url.hpp"
14
16
18 : url (url_root ("ftp") * url_get_name (string (name))) {}
ftp_url(const char *name)
Definition ftp_url.cpp:17
The list class represents a linked list.
Definition list.hpp:48
Definition url.hpp:37
url url_root(string protocol)
Definition url.cpp:96
url url_get_name(string s, int type, int i)
Definition url.cpp:190