User Profile

Collapse

Profile Sidebar

Collapse
swightness
swightness
Last Activity: Mar 1 '09, 11:48 PM
Joined: Feb 26 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • swightness
    replied to Telnet from Command prompt
    thanks

    Well, PuTTY has worked great. I tried to do private key validation, but had troubles- however, I was able to authenticate with a
    plink username pass server command

    When using a console, this works, and then I can open the file I want to open.

    However, when I make a batch file, I am able to connect to the server fine, however, I cannot open the file on the next line of my batch file....
    See more | Go to post

    Leave a comment:


  • swightness
    replied to Telnet from Command prompt
    I want to do exactly what I do from my desktop from my command prompt
    What I am doing from my desktop is:
    Opening Telnet application
    Entering a host, port, and service (university server, port 22, SSH)
    I then get prompted for a SSH authentication, where I enter a username and password
    At this point, i want to open a file i have on this server.

    I have tried the -> telnet host port command and...
    See more | Go to post

    Leave a comment:


  • swightness
    started a topic Telnet from Command prompt

    Telnet from Command prompt

    Sorry my last post didnt make any sense.
    I currently run a php file through telnet
    I log into telnet through the telnet terminal, connect to a server from my university with a password and user name. I then go to a folder and run my php file.

    I would like to accomplish this from the command prompt

    Any ideas?

    Thank you!

    John
    See more | Go to post

  • swightness
    started a topic Connect to Hercules using command prompt

    Connect to Hercules using command prompt

    Can i log into hercules from command prompt
    Can i execute a file in my hercules folder using the command prompt

    Windows XP

    Thank you


    John
    See more | Go to post

  • swightness
    replied to Send Text with PHP, Port 25 block issue
    in PHP
    Okay.

    I called my ISP, and we set up an email account. He gave me the information on the smtp name, and a user name and pass. He also said that port 587 is open for me. Does this change anything?

    My php file now look like:

    Code:
    <html>
    <body>
    <?php
    require("class.phpmailer.php");
    
    $mail = new PHPMailer();
    
    $mail->IsSMTP();
    ...
    See more | Go to post
    Last edited by Markus; Feb 26 '09, 10:03 PM. Reason: Added [code] tags.

    Leave a comment:


  • swightness
    replied to Send Text with PHP, Port 25 block issue
    in PHP
    Thanks for reply

    No i do not. Can i make an account somewhere?...
    See more | Go to post

    Leave a comment:


  • swightness
    started a topic Send Text with PHP, Port 25 block issue
    in PHP

    Send Text with PHP, Port 25 block issue

    After a 2 day stalemate, I seek help!
    I use WindowsXP. I live in Canada and my ISP is SaskTel. Through telnet command, it showed that they do block port 25.

    I am doing a microcontroller project, that connects to a laptop, and I want to send a text when something happens.

    PHP file:

    Code:
    <html>
    <body>
    <?PHP
         //SUBJECT AND BODY OF EMAIL SHOULD BE LESS THAN 160 CHARACTERS
    ...
    See more | Go to post
    Last edited by Markus; Feb 26 '09, 08:07 PM. Reason: Added [code] tags.
No activity results to display
Show More
Working...