pedro-vicente / lib_netsockets

C++ light wrapper for POSIX and Winsock sockets using TCP
Other
54 stars 26 forks source link

FTP Sub-directories #6

Open meg9468 opened 1 year ago

meg9468 commented 1 year ago

Hi,

I have tried your FTP lib, which is working fine :-) Is there any way to know if ftp.get_file_list(); / ftp.m_file_nslt.at(i) lists files or sub-directories ? In case of sub-directories, is there a way to change to a subdirecty and then get the list of inside files ?

Best regards Greg

pedro-vicente commented 1 year ago

Hi, I think there is, I will check it out and get back to you (it may take a few days, if I forget just post again here)