FTP command to upload all folderers and subfolders with files

  • can anybody tell me..

    which FTP command use to upload all folderers and subfolders including all files within folders and subfolders?

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • i can create a single directory or single file but not all

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • hi, paresh

    i know that

    call me

    Raj Acharya

  • ftp

    user:

    pwd:

    lcd

    put

    bye

    Check out http://www.nsftools.com/tips/MSFTP.htm for all the commands.



    Shamless self promotion - read my blog http://sirsql.net

  • Incidentally, I prefer to use Putty myself, psftp is a lot more solid, and also has full SSH capabilities for secure ftp processes.



    Shamless self promotion - read my blog http://sirsql.net

  • Nicholas Cain (12/31/2008)


    ftp

    user:

    pwd:

    lcd

    put

    bye

    Check out http://www.nsftools.com/tips/MSFTP.htm for all the commands.

    By put or mput command i can transfer only files not folders and subfolders.

    i want upload all folders/subfolders including files.

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • Download and use putty util psftp.

    The -r option will allow you to put files and folders recursively.

    Or create a batch file using activex with all your ftp commands and call that from the package.



    Shamless self promotion - read my blog http://sirsql.net

  • Nicholas Cain (1/1/2009)


    Download and use putty util psftp.

    The -r option will allow you to put files and folders recursively.

    Or create a batch file using activex with all your ftp commands and call that from the package.

    Is this free download?

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • Yes



    Shamless self promotion - read my blog http://sirsql.net

  • Another tool to go with Putty is FileZilla

    http://filezilla-project.org/

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • some of the premium FTP clients (like WSFTP) have a ftpsynch utility, which will push everyhing, building the remote structure if need be. Well worth the 39$ if you ask me (a whole lot easier than trying to code a synch process for yourself, and it comes with error logging, a scheduler process, multi-threading etc....)

    ----------------------------------------------------------------------------------
    Your lack of planning does not constitute an emergency on my part...unless you're my manager...or a director and above...or a really loud-spoken end-user..All right - what was my emergency again?

Viewing 11 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic. Login to reply