PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WD21 FTPSEND
WD21 FTPSEND
Iniciado por guest, 04,jul. 2016 09:15 - 5 respuestas
Publicado el 04,julio 2016 - 09:15
Hey my friends

I have a weird problem when I use FTPSEND.
I can connect, but when I try to copy something on the ftp site then I get this error:

In active mode
Server Response: 200 Type set to A.
200 PORT command successful.
550 Permission denied.

In Passive mode
200 Type set to A.
227 Entering Passive Mode (193,138,251,57,9,161)
550 Permission denied.

There are no rights or permissions problems according to the customer :confused:
With another customer there are no problems.

Does someone has a solution??

TIA
Jan
Publicado el 04,julio 2016 - 09:27
Jan,

did you try using a ftp tool like filezilla or total commander with the same credentials to see if that works?
Publicado el 04,julio 2016 - 11:11
Arie

Then there is no problem
I have to send ftp files to a customer(s) and they have a (windows) ftp server
i get the credentials from him.

TIA
Jan
Publicado el 04,julio 2016 - 11:15
Jan,

try an extra FTPCurrentDir("/"), even if you are already in the root.
Publicado el 06,julio 2016 - 04:46
Jan, did Arie's solution work or was it something different?
Publicado el 07,julio 2016 - 08:43
Hey

I have mistaken myself

It is not solved ! :mad:

Jan