Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Flakey static IP' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Flakey static IP
Authored by: lullabud on Oct 27, '04 12:52:27PM
A much simpler way to do this is using curl for the upload and skip the temp file and .netrc:

curl -s http://checkip.dyndns.org | curl -T - ftp://username:password@your-domain.com/www/ip.txt


[ Reply to This | # ]
Flakey static IP
Authored by: derekhed on Oct 27, '04 03:19:00PM

Niiiice. Thanks!



[ Reply to This | # ]