hi i m doing a project on ftp server..i need some basic codes to start with the program..i ve got few codes but it has some package,enumeration all such stuff which is complex..so i need a simple progrm...plz help me in getting it......

Recommended Answers

All 4 Replies

package java.for.dummies;
public class JavaForDummies {
  public static void main(String... args) {
    System.out.println("Hello World!");
  }
}

hi...
thanks for java code..i m familiar with packages..
i want to implement ftp server in c... but socket headers are not built in turbo c...if i want to work on socket do i need to work on linux fedora os or can i do in windows itself...

If this is supposed to be implemented in C why is it posted in Java?
Do you want this post moved to appropriate section?

sounds like he has found some java code somewhere that does something and now wants us to give him C code for an ftp server instead.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.