All,
I am attempting to build a program that downloads 1 to many ftp files from a secure ftp site, parse the data (csv), then insert into a dbf.
I have not used the FTP class in quite some time but I am attempting to write a sample program to just connect and present me with a directory.
I am going to speedtest.tele2.net
If I use the browser I get:
02/19/2016 12:00AM 73,741,824,000 1000GB.zip
02/19/2016 12:00AM 07,374,182,400 100GB.zip
02/19/2016 12:00AM 102,400 100KB.zip
02/19/2016 12:00AM 104,857,600 100MB.zip
02/19/2016 12:00AM 10,737,418,240 10GB.zip
02/19/2016 12:00AM 10,485,760 10MB.zip
02/19/2016 12:00AM 1,073,741,824 1GB.zip
02/19/2016 12:00AM 1,024 1KB.zip
02/19/2016 12:00AM 1,048,576 1MB.zip
02/19/2016 12:00AM 209,715,200 200MB.zip
02/19/2016 12:00AM 20,971,520 20MB.zip
02/19/2016 12:00AM 2,097,152 2MB.zip
02/19/2016 12:00AM 3,145,728 3MB.zip
02/19/2016 12:00AM 524,288,000 500MB.zip
02/19/2016 12:00AM 52,428,800 50MB.zip
02/19/2016 12:00AM 524,288 512KB.zip
02/19/2016 12:00AM 5,242,880 5MB.zip
08/08/2019 10:20PM Directory upload
Displays 17 files and 1 directory.
However when using the TFtp class the directory method returns an array 2 dimension but empty.
Is there a different version of this class that should be used?
Thanks,
Byron ...