Hi,
I have an ftp site running on iis 6.0
We have one domain account that needs to be able to login through our software.
We used this kind of formatting to login: ftp://username%40domain:password@ftpsite
this worked, until now. Somehow, something must have changed because this type of login returns error 530.
I did some testing with the command line ftp client, and i found out that:
- user@domain type of login does not work anymore
- domain\user still works
Do you have any idea what might have changed ? This login is hardcoded in our software, so changing the login string is not an option. I need to find out what changed ...
Thanks,
Tom