mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kioslave: add reference to CURLOPT_QUOTE man page
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
cfb5c488d4
commit
d03279a48f
1 changed files with 2 additions and 1 deletions
|
@ -41,8 +41,9 @@
|
|||
// https://linux.die.net/man/3/strmode
|
||||
// https://datatracker.ietf.org/doc/html/rfc959
|
||||
// https://curl.se/libcurl/c/pop3-stat.html
|
||||
// https://curl.se/libcurl/c/CURLOPT_QUOTE.html
|
||||
|
||||
// T_POSIX_PATH_MAX is 256, larger here on purpose
|
||||
// _POSIX_PATH_MAX is 256, larger on purpose
|
||||
static const int s_ftpfilepathmax = 1024;
|
||||
// LOGIN_NAME_MAX is 256, smaller on purpose
|
||||
static const int s_ftpownermax = 128;
|
||||
|
|
Loading…
Add table
Reference in a new issue