Search:

Type: Posts; User: scapres75

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,499

    Re: RMI Java project

    you are right....thanks!
  2. Replies
    4
    Views
    1,499

    Re: RMI Java project

    Hello!

    Thanks for taking a look!

    Step1

    import java.rmi.Remote;
    import java.rmi.RemoteException;
    import java.rmi.Naming;
    import java.io.PrintStream;
  3. Replies
    4
    Views
    1,499

    RMI Java project

    I have no idea how to do this...any help or snippets of code to get me on the right track would be most appreciated!
    Last class before graduation...I am not a programmer and have the up most respect...
  4. Replies
    9
    Views
    1,622

    Re: SMTP Server Help! need to write commands for Helo, Mail, RCPT, Data and Quit

    Yes, but I am new to the forum and wasn't sure if I posted correctly

    --- Update ---

    I wasn't sure the correct "syntax" for posting code in the forum. Can you explain what you are referring too?...
  5. Replies
    9
    Views
    1,622

    Re: SMTP SERVER in Java

    I apologize, I have the first part of my code, and those commands just need to added to it...would be glad to share!

    --- Update ---

    During one SMTP session a set of messages can be transferred...
  6. Replies
    9
    Views
    1,622

    Re: SMTP SERVER in Java

    I need to create 4 commands in Java: The HELO command, MAIL command, RCPT command and the DATA command. I will test the server using telnet localhost. The code attached works for the Help and Quit...
  7. Replies
    9
    Views
    1,622

    SMTP Server Help! need to write commands for Helo, Mail, RCPT, Data and Quit

    I have 3 classes: FSM, ServerThread and smtpd. The code is posted below. My question is how do I Implement commands HELO, MAIL, RCPT, DATA, QUIT in such a way so SMTP server will be capable of...
  8. Replies
    9
    Views
    1,622

    SMTP SERVER in Java

    Hello!

    I am doing a project for a class and have gotten completely stuck. We are creating an SMTP server using Java. The instructions are as followed:

    Implement commands HELO, MAIL, RCPT, DATA,...
Results 1 to 8 of 8