FTP Script

Discussion in 'Shell Script' started by masifahmed, Aug 28, 2010.

  1. masifahmed

    masifahmed New Member

    Joined:
    Aug 28, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hi Experts,

    I'm newbie in Shell Srcipt Programming. I want to copy some binary files to remote server through ftp script. I got a script which is working fine like coping files to remote server. But I want to put some conditions in script like if the file already exists so should n't be copy to remote server and copy daily atleast 5 files to remote server. Where to put those conditions in script.


    LOCALDIR=/backup/archive

    REMOTESERVER=192.0.0.132

    REMOTESERVER=/dump/archive

    LOGIN=admin

    PASSWORD=xyz

    FTPLOG='/tmp/ftplog'

    date >> $FTPLOG

    cd $LOCALDIR

    ftp -n $REMOTESERVER
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice