I have an FTP Client made in Delphi and works fine with B4A FTP Server app of this link:
https://www.b4x.com/android/forum/t...plemented-with-socket-and-asyncstreams.74320/
It uses the command LIST, but it retrive all information of file, like properties and date (see image).
It's possible to change any code in B4A FTP Server to provide only the file name or I need to treat this in Delphi?
https://www.b4x.com/android/forum/t...plemented-with-socket-and-asyncstreams.74320/
It uses the command LIST, but it retrive all information of file, like properties and date (see image).
B4X:
Case "LIST"
SetCurrentTask(currentPath, "LIST")
It's possible to change any code in B4A FTP Server to provide only the file name or I need to treat this in Delphi?