FTP problem with NAS. Can see files but not r/w

Joined
Dec 13, 2008
Messages
1
Reaction score
0
Points
1
First of all I have been reading a lot of post over the last year which helped me a lot! But now i have a problem which i can't find/solf here or on the internet after 6 hours of trying and searching the web.

Problem:
I attached a NAS drive to my router(2) which is attached to an other router(1). Router 1 is connected to the internet. When i'm at home under router 2 and login with ftp with cyberduck (tried transmit as well) I have no problem up/downloading to my NAS drive.
The problem starts when i'm somewhere ells. Transmit can't open the NAS, Cyberduck can but i'm not able to up/download any file. The log below will maybe help you:

At home under router 2:

220 NAS FTP server ready.
USER Bas
331 Password required for Bas.
PASS ********
230 User Bas logged in.
NOOP
200 NOOP command successful.
SYST
215 Windows_NT
STAT /
211- status of /:
-rwxr-xr-x 1 0 0 6148 Dec 13 02:43 .DS_Store
drwxr-xr-x 2 0 0 32768 Dec 13 05:27 .Trashes
-rwxr-xr-x 1 0 0 4096 Dec 6 13:23 ._.Trashes
drwxr-xr-x 53 0 0 32768 Dec 13 18:22 Also
drwxr-xr-x 7 0 0 32768 Dec 7 04:19 Others
-rwxr-xr-x 1 0 0 127 Dec 6 20:46 Please upload new.txt
-rw-r--r-- 1 0 0 22016 Dec 13 23:01 Test file.doc
drwxr-xr-x 2 0 0 32768 Dec 6 20:46 Upload
211 End of Status
NOOP
200 NOOP command successful.
TYPE I
200 Type set to I.
SIZE /Test file.doc
213 22016
NOOP
200 NOOP command successful.
MDTM /Test file.doc
213 20081213230124
NOOP
200 NOOP command successful.
CWD /
250 CWD command successful.
FEAT
500 'FEAT': command not understood.
PASV
227 Entering Passive Mode (192,168,1,4,10,111)
RETR Test file.doc
150 Opening BINARY mode data connection for 'Test file.doc' (22016 bytes).
226 Transfer complete.
QUIT
221 Goodbye.


Somewhere ells:

220 NAS FTP server ready.
USER Jeroen
331 Password required for Jeroen.
PASS ********
230 User Jeroen logged in.
NOOP
200 NOOP command successful.
TYPE I
200 Type set to I.
SIZE /Test file.doc
213 22016
NOOP
200 NOOP command successful.
MDTM /Test file.doc
213 20081213230124
NOOP
200 NOOP command successful.
NOOP
200 NOOP command successful.
SYST
215 Windows_NT
STAT /
211- status of /:
-rwxr-xr-x 1 0 0 6148 Dec 13 02:43 .DS_Store
drwxr-xr-x 2 0 0 32768 Dec 13 05:27 .Trashes
-rwxr-xr-x 1 0 0 4096 Dec 6 13:23 ._.Trashes
drwxr-xr-x 53 0 0 32768 Dec 13 18:22 Also
drwxr-xr-x 7 0 0 32768 Dec 7 04:19 Others
-rwxr-xr-x 1 0 0 127 Dec 6 20:46 Please upload new.txt
-rw-r--r-- 1 0 0 22016 Dec 13 23:01 Test file.doc
drwxr-xr-x 2 0 0 32768 Dec 6 20:46 Upload
211 End of Status
CWD /
250 CWD command successful.
FEAT
500 'FEAT': command not understood.
PASV
227 Entering Passive Mode (192,168,123,155,195,83)
PORT 192,168,1,2,255,203
200 PORT command sucessful.
RETR Test file.doc
QUIT



What I have done so far:
- open up port 21 in both routers
- open up port 192 and 168 in both routers
- disable the firewall in both routers
- user can read and write
- anonymous login at NAS

I hope this is a clear explanation, i'm desperate at this stage so please help me!
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top