FTP by IP address
Posted: Thu Apr 19, 2007 11:14 pm
Hi, All you Wonderfully Helpful Folks
I'm trying to directly download a file from an FTP site, using the site IP address.
When the connection is first established, the server "authenticates" the user name and password, but then this error is produced:
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,
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,