There isn't much documentation in the manual about this. I tried to use the example with my own credentials, and it doesnt work, although Im certain it should.

Im entering the same info id use to log into filezilla.
Can you please help me in the right direction?

Code:
ftp_download("ftp//:www.host.com/model.mdl", "models/model.mdl", "USER", "PASSWORD");

	while (!ftp_status()) //as long as the download is running
	{ //get informations about the download:
		fsize = ftp_size();
		fsent = ftp_sent();
		wait(1);
	} 
	if (ftp_status() == 1) 
	printf("Download successful!"); 
	else 
	printf("Error during download!");



Thank you for your time.

Last edited by DLively; 04/24/15 08:20.

A8 Pro 8.45.4
YouTube: Create Games For Free
Free Resources: www.CGForFree.com