Hi Terry,

> I have enabled 'FTP Server' for the Stora, which I presume would
> default to port 21.

If I try and use plain old FTP to port 21 on your IP address I connect
fine.

    $ LC_ALL=C strace -e connect ftp hadrianwaystora.mystora.com
    ...
    connect(3, {sa_family=AF_INET, sin_port=htons(21), 
sin_addr=inet_addr("86.178.16.166")}, 16) = 0
    Connected to host86-178-16-166.range86-178.btcentralplus.com.
    220 (vsFTPd 2.0.7)
    Name (hadrianwaystora.mystora.com:ralph): terry
    331 Please specify the password.
    Password:
    530 Login incorrect.
    Login failed.
    ftp> quit
    221 Goodbye.
    $ 

You can see the connect(2) there is using port 21 to 86.178.16.166.

So you're port-forwarding TCP port 21 to the NAS box and running a FTP
server on that port.

Cheers, Ralph.

--
Next meeting:  Bournemouth, Tuesday 2011-06-07 20:00
Meets, Mailing list, IRC, LinkedIn, ...  http://dorset.lug.org.uk/
How to Report Bugs Effectively:  http://goo.gl/4Xue

Reply via email to