On 6/28/02 3:37 PM, mike niemi wrote:
> I mean a lot. I hired a professional RB programmer and he could not do it.
> I need help with FTP, I can get it connected, but get 425 errors and try to
> get a directory listing but the timer control does not work either, it only
> fires once and quits.
Code 425 means "Can't open data connection." There are several RB FTP
classes already available. Have you looked at any of them? You can get
them from:
ftp://ftp.realsoftware.com/CodeExamples/Sockets_Serials/FTP/
You do need to use 2 socket controls - one for communicating commands and
one for data transfer. If you really want to reinvent the wheel instead of
use an existing class, you'll have to read up. See the following:
http://war.jgaa.com/ftp/
Regards,
---
Steve Schacht
shot at frontier dot net
|