Hi, i am trying to make an application where it connects to my ftp serer and shows all of the file names, typs and sizes. I am extremely new to dbpro and barley know anything about it so can someonte please help me? It comes up with the error: "Variable "String" name is not valid at line 6."
Here is the code:
rem Connect to the FTP server.
ftp connect "*******", "*******", "*******"
rem File Info
ftp find first
return string=get ftp file type()
return string=get ftp file name$()
return string=get ftp file size()
wait key
I have blocked out the URL, Username and Password for obvious reasons.
Matt
Umm...