Lolly
1.4.28
Loading...
Searching...
No Matches
System
Classes
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
15
ftp_url::ftp_url
(
string
name
) :
url
(
url_root
(
"ftp"
) *
url_get_name
(
name
)) {}
16
17
ftp_url::ftp_url
(
const
char
*
name
)
18
:
url
(
url_root
(
"ftp"
) *
url_get_name
(
string
(
name
))) {}
ftp_url::ftp_url
ftp_url(const char *name)
Definition
ftp_url.cpp:17
list
The list class represents a linked list.
Definition
list.hpp:48
string
Definition
string.hpp:40
url
Definition
url.hpp:37
url_root
url url_root(string protocol)
Definition
url.cpp:96
url_get_name
url url_get_name(string s, int type, int i)
Definition
url.cpp:190
url.hpp
Generated by
1.10.0