General discussion

  • Creator
    Topic
  • #2253256

    FTP upload pls help me out

    Locked

    by ramanaiahm ·

    Hi,
    All I need to upload a file using msdos batch file.I have writen the script like:

    OPEN 192.168.4.102
    USER_NAME 199261
    USER_PASSWORD *******

    CD /HOLDIN
    LCD C:\HOLDOUT
    PUT New Microsoft Word Document
    QUIT

    But its showing error message while runnig like
    >ftp: connect unknow error.

    I want to run this script for every 1 minute how can i do this?

All Comments

  • Author
    Replies
    • #2497108

      Try this script

      by b_k_mondal ·

      In reply to FTP upload pls help me out

      Hi,
      Try the following script. Use the FTP command sequences.

      OPEN 192.168.4.102
      USER 199261
      password-of-the-account-199261
      CD /HOLDIN
      LCD C:\HOLDOUT
      PUT file-to-upload
      QUIT

Viewing 0 reply threads