I'm trying to directly download a file from an FTP site, using the site IP address.
Code: Select all
put URL "ftp://Chart4:Chart44@x.183.60/5bonds.jpg" into image "Chart20"
error 500 Could not bind socket. Address and port are already in use.
Utilizing the same username and password in Windows XP FTP, the download works as expected.
Any ideas?
Thanks,