Hi all,
I wanna take file from a folder in ftp.
I have connected. But when i want to change directory, it throws an exception : 505
Here's the code :
nmFtp.Host := '10.11.12.3';
nmFtp.UserID := 'anonymous';
nmFtp.Password := 'kob3';
nmFtp.Connect;
nmFtp.ChangeDir('/apolo/');
Any Adv?