Discussion:
FtpCreateDirectory Access Denied
(too old to reply)
Alessandro
2004-06-02 15:06:28 UTC
Permalink
Hi there
I'm testing a vb code that makes use of wininet.dll
FtpCreateDirectory to create remote ftp directories
I have the error 550 access denied from ther server
when I use FtpCreateDirectory.
Can someone tell me what are the main causes that
can raise this error?
I make manually directories with no problem using a simple
ftp client. So I cant' figure where I'm wrong


Thanks in advance

Alessandro
Paul Baker [MVP, Windows - SDK]
2004-06-02 15:19:00 UTC
Permalink
Are you using the same user name and password?

Are you using the correct syntax? You can use a relative path, but it's
probably better to use an absolute one, so it will begin with a forward
slash. It is also probably better to use forward slashes rather than back
slashes and not to use a trailing slash.

Paul
Post by Alessandro
Hi there
I'm testing a vb code that makes use of wininet.dll
FtpCreateDirectory to create remote ftp directories
I have the error 550 access denied from ther server
when I use FtpCreateDirectory.
Can someone tell me what are the main causes that
can raise this error?
I make manually directories with no problem using a simple
ftp client. So I cant' figure where I'm wrong
Thanks in advance
Alessandro
Loading...