by Jeff Barnes » Wed Aug 13, 2008 1:52 pm
Antonio,
This FtpSendFiles() and FtpGetFiles() is exactly what I need.
However, if I try the code below it will not connect. I even tried without the user:pass (thought the ftp site would ask for it) but still will not connect.
I have tried with and without the "ftp://" added to the string.
I also tried replacing the myweeb.net with the actual IP address.
If I enter the ftp:// info in my browser it does connect so I know it's not an issue with the ftp site.
FTPSendFiles( "user:pass@myweb.net",{ "c:\FTPSENDTEST.TXT"}, { "\FTPSENDTEST1.TXT"} )
Any ideas?
Also, Is there a ftp version of FILE() to check and see if a file in available on the ftp site?
Thanks,
Jeff Barnes
(FWH 16.11, xHarbour 1.2.3, Bcc730)