Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

File retrieval

  • 01-12-2002 9:30pm
    #1
    Closed Accounts Posts: 4


    right heres the issue.

    want to download file by command line how is this performed is there a standard ftp sequence / file retrieval sequence with dos cmds to be run at cmd prompt..


Comments

  • Registered Users, Registered Users 2 Posts: 777 ✭✭✭MarVeL


    IIRC it goes something like this:

    FTP
    OPEN ip address
    CD to the source directory
    GET filename
    CLOSE

    You may need to tweak this for different file types etc. but this should do the job. The file will be put in the current local directory so you may want to run the original ftp from whereever you want the file.

    Reminds me of the days before there was a WWW on the internet. Think I'll go away and moulder in a corner somewhere;)


  • Closed Accounts Posts: 4 KublaKhan


    thx for response unfortunatly there is a file called from an html page and so it is not in a an ftp folder any idea's...?


  • Closed Accounts Posts: 1,719 ✭✭✭Ruaidhri


    get the windows port of wget. it'll retrieve files from a web server


Advertisement