Here you go...
I browsed to the same folder again and executed the commands you requested. I have added a subfolder ("Testing") to that folder, in addition to the file ("TaskSch.log") that was already there. Both the "Testing" folder and the "TaskSch.log" file are not visible when using DirDetails from within my application.
ftp> open
www.watyf.com
Connected to watyf.com.
220---------- Welcome to Pure-FTPd [TLS] ----------
220-You are user number 2 of 50 allowed.
220-Local time is now 15:33. Server port: 21.
220 You will be disconnected after 15 minutes of inactivity.
User (watyf.com:(none)):
ftptest@watyf.com
331 User
ftptest@watyf.com OK. Password required
Password:
230-User
ftptest@watyf.com has group access to: watyf
230-OK. Current restricted directory is /
230 53 Kbytes used (1%) - authorized: 5120 Kb
ftp> cd C-Drive
250 OK. Current directory is /C-Drive
ftp> cd Temp
250 OK. Current directory is /C-Drive/Temp
ftp> cd "New Folder"
250 OK. Current directory is /C-Drive/Temp/New Folder
ftp> debug
Debugging On .
ftp> dir
---> PORT 172,30,10,47,6,11
200 PORT command successful
---> LIST
150 Connecting to port 39310
drwxr-xr-x 3 32309 watyf 4096 Jul 7 16:05 .
drwxr-xr-x 3 32309 watyf 4096 Jul 7 21:06 ..
drwxr-xr-x 2 32309 watyf 4096 Jul 7 16:05 Testing
-rw-r--r-- 1 32309 watyf 5001 Jul 1 21:23 TskSch.log
226-Options: -a -l
226 4 matches total
ftp: 252 bytes received in 0.00Seconds 252000.00Kbytes/sec.
ftp> ls
---> PORT 172,30,10,47,6,12
200 PORT command successful
---> NLST
150 Connecting to port 42248
.
..
Testing
TskSch.log
226-Options: -a
226 4 matches total
ftp: 28 bytes received in 0.00Seconds 28000.00Kbytes/sec.
ftp>
WATYF