Hi Everyone,
Not sure if this possible on windev mobile but here goes,
I am trying to view the files in a directory on an FTP Server, to then list each one of the files found so that the user can select the files that they want to download.
I have tried FTPListFile() but this returns me the number of files read, so i then used FTPName() and it always returns blank.
Ultimately, i am looking to list all of the files found on the FTP server, put these file names in a looper for the user to then select and to download by sending the exact filename that is stored against the row in the looper.
Any help is very much appreciated,
Many thanks
Ben
Not sure if this possible on windev mobile but here goes,
I am trying to view the files in a directory on an FTP Server, to then list each one of the files found so that the user can select the files that they want to download.
I have tried FTPListFile() but this returns me the number of files read, so i then used FTPName() and it always returns blank.
Ultimately, i am looking to list all of the files found on the FTP server, put these file names in a looper for the user to then select and to download by sending the exact filename that is stored against the row in the looper.
Any help is very much appreciated,
Many thanks
Ben