Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

which language

Status
Not open for further replies.

asm1

Technical User
Oct 9, 2003
77
GB
A quick question. I am thinking of developing a program that will test an IP address to see if it has an FTP site with anonymous login. My question is should I use C or are there better options. This is purely a self development project!
 
Use an interpreted language with an easy high level
ftp api. That's all you need.
C is overkill.
 
thx 4 your reply.
Sorry I forgot to say that I would like to be able to have the option to expand the project later (maybe) into a chat program that can move files (along the lines of messenger not IRC) is it still overkill to use C ?
 
Well sooner or later, depending on what you're aiming at, C may well become a good idea.

Exactly what that point is depends on what you know already.

Making those kinds of X vs. Y decisions is all part of being an experienced software developer.

--
 
ok thx for your replies.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top