ftplibpp
ftplibpp copied to clipboard
Platform independent c++ library providing ftp client functionality.
if a file already exists, the call RawOpen will return NIL pointer. please help:)
"error C2079: 'ftphandle::idletime' uses undefined struct 'timeval'" struct 'timeval' defined in "winsock2.h": http://msdn.microsoft.com/en-us/library/windows/desktop/ms740560%28v=vs.85%29.aspx fix: ``` C++ #ifndef _WIN32 #include #include #else #include #endif ```
In "ftplib::socket_wait" select is used which contains the unfixable problem of memory corruption and memory leaks on any linux system that uses more then 1024 file descriptions (which hopefully all...
'Dir' returns the results like 'xxxx Aug 13 20:38', it's correct. but 'ModDate' returns '20230813123830.245', obviously it's not in 'YYYYMMDDHHMMSS' format. It happens on win10 22h2 and win11 22h2. I...
I'm having some problems with the ftplib library and would like to ask you for advice. I failed to call Connect() in initramfs to log in to the FTP server....
An error will be reported when the number of Get() requests is too many. SSL_ Read feedback read: ``` No error Control socket read failed: No error ``` It's not...