Hi
I am developing FTP Clinet application that downloads files from the specified server
i sent the LIST command and server returned a list of file names in following order:
-rw-r--r-- 1 devubas devubas 24 Sep 5 2008 .bash_logout
now the problem is how do i extract the filename fom above string for example just the .bash_logout.
Is there any way to just get the filename from FTP server by sending this command combined with other parameters.
Please help