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

Newbie FTP question

  • 04-08-2005 2:08pm
    #1
    Closed Accounts Posts: 1,114 ✭✭✭


    Hi,

    I need to ftp files. However, i have to go through a FTP proxy so basicly this is what i do

    I connect to the proxy and then I have to user@ftp.xxx.xxx
    however, I need to mput a directory and am told that ncftp can do this however one I get connected to the proxy I can't figure out how to connect to the ftp.

    Anyone know how to do this? please bear in mind I am a total newbie.

    Thanks


Comments

  • Registered Users, Registered Users 2 Posts: 16,287 ✭✭✭✭ntlbell


    It's been awhile, but the best thing to do is first tell ncftp about the proxy server.

    in ~/.ncftp/firewall

    firewall-type=4
    firewall-host=proxy.example.com (Change to ip of proxy server)
    firewall-port=8080 (8080 is an example change this to whatever port it uses)
    firewall-user=ntlbell (Change to user)
    firewall-password=password (Change to password)

    then just connect to the ftp server as normal

    ncftp -u blah -p blah ftp.example.com

    you might check to the man pages to make sure that's right.


  • Closed Accounts Posts: 1,114 ✭✭✭Kappar


    thanks for that.

    Would you believe all I had to do was turn passive on!!!

    One more problem now.

    I am trying to upload a load of directories with jpg files in them i am using
    mput -r *
    this uploads all the files but doesn't keep the directory structure it just sends all the files to the same directory.

    Can anyone help with this?

    thanks


Advertisement