Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jun : Re: ftp getting err msg
| Subject: | Re: ftp getting err msg |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Fri, 23 Jun 2006 18:21:08 |
"Blackbird Crow Raven" <blacky@redgreen.com> wrote in message
news:449c7e47@newsgroups.borland.com...
> BoundIP := '127.0.0.1';
Get rid of that. You do not need it, nor should you be using it for local
connections anyway.
> I get "550 The system cannot find the file specified"
Which server are you using? How do you have the server configured? What is
the Home Directory for the account? Assuming the Home Directory is set to
"C:\", does "C:\Miscellaneous\CrazyHorse.xml" actually exist?
> I've tried everything imaginable for the ChangeDir value:
<snip>
> but I always get the same error message.
Then your FTP server is likely not configured properly in the first place.
> Is ftping illegal using localhost?
No. If it were, you would be getting different errors.
> Does it have to be an "Ftp server" machine for it to work?
No. But you do need a running FTP server application.
Gambit