FTP by IP address

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
churchken
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 66
Joined: Sun Apr 15, 2007 2:54 pm

FTP by IP address

Post by churchken » 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.

Code: Select all

put URL "ftp://Chart4:Chart44@x.183.60/5bonds.jpg" into image "Chart20"
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,
Last edited by churchken on Fri Apr 20, 2007 12:04 am, edited 1 time in total.
Ken

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Post by Mark » Fri Apr 20, 2007 12:01 am

Hi Ken,

Something is wrong with your server. The error is produced by the server, not by the local system or Rev. I have tested the ftp address on Mac OS 9, Mac OS X and Win XP. It never works and the server always returns error 500.

Now, please, edit your previous message and delete the address :-)

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

razeliex
Posts: 1
Joined: Wed Apr 06, 2011 7:56 am

Re: FTP by IP address

Post by razeliex » Sat Apr 09, 2011 7:58 am

Is it possible for any HTTP or FTP servers to continue running while the computer is in sleep/low power mode? Or simply wake the computer up when there is activity? I want to run a web and/or ftp server from my home computer and I would like to allow sleep mode to save power without interrupting the functions of the server.
______________________
affiliateelite
Last edited by razeliex on Sun Apr 10, 2011 11:59 am, edited 1 time in total.

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: FTP by IP address

Post by Mark » Sat Apr 09, 2011 9:33 am

razeliex,

I think you need to ask your question on a different forum, about your operating system, whichever that may be. Some operating systems may be able to do what you want, also depending on the hardware configuration.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply