Hi, I am trying to use the 'net' library to retrieve files on application start up.
so far I have managed to connect to the FTP server - and using ftp.list am able to read the contents of my folders.
when it comes to the download element I get the following errors. have seen one similar post but it does not seem conclusive (upshot being I am stuck)
The error is:-
(RuntimeException) java.lang.RuntimeException: Error retrieving file.
550 /disk1/Web/Guy/quiz/: Not a regular file
the previous post I have seen is:-
http://www.b4x.com/forum/basic4andr...simple-working-ftp-list-code-2.html#post75523
and ideas or help much appreciated - thanks
so far I have managed to connect to the FTP server - and using ftp.list am able to read the contents of my folders.
when it comes to the download element I get the following errors. have seen one similar post but it does not seem conclusive (upshot being I am stuck)
The error is:-
(RuntimeException) java.lang.RuntimeException: Error retrieving file.
550 /disk1/Web/Guy/quiz/: Not a regular file
the previous post I have seen is:-
http://www.b4x.com/forum/basic4andr...simple-working-ftp-list-code-2.html#post75523
and ideas or help much appreciated - thanks