Please compare what I have...
The full path: public_html/rintintin/Hyper-X/Support_Docs
The FTP Command less the pasword:
FTP.Initialize("FTP", "ftp.dogbone6.org", 21, "rintintin@dogbone6.or....."
This transfer fails ====
I copied the name in CoreFTP so it should be correct and the name matches in CPanel. l then ran it as embedded code and it fails. I can run it as a selection and it still fails see the process that works below.
Dim ftpit As String
ftpit = "2text.txt"
FTP.DownloadFile("/Hyper-X/Support_Docs/" & ftpit, True, "/mnt/sdcard/Documents", ftpit)
This works ==== as a selection in a Listview that is pushed to Label2
Dim ftpit As String
ftpit = Label2.text
FTP.DownloadFile("/Hyper-X/Support_Docs/" & ftpit, True, "/mnt/sdcard/Documents", ftpit)
Where Label2.text is "2007_Pacifica_Battery_23_Nov_2010_pg_1.JPG"
And what seems odd is than MOST files older than 20 Aug 2012 seem to transfer while NEWER files will not transfer...BUT transfers never fail in CoreFTP, FTPCafe or CPanel. I am looking for hidden characters or Encoding but have 'No Joy' so far.