Unable to uplaod files using FTP from router?

Hello ,
I have a strange problem -
I want to upload files from my router to my FTP server.
I can see in the FileZile server that the router connected but doesn’t send the file.
when I connect from my PC to the FTP server using CMD I can uplaod the file
so I know there is not a problem in the router\firewall

what could be the reason?

tool fetch mode=ftp user=david password=123456 address=*.*.*.* upload=yes dst-path=/Test.txt src-path=/Test.txt port=2121

this is the FileZila log

 (not logged in) (10.0.0.150)> USER david
(000088)8/14/2017 12:03:22 PM - (not logged in) (10.0.0.150)> 331 Password required for david
(000088)8/14/2017 12:03:22 PM - (not logged in) (10.0.0.150)> PASS ******
(000088)8/14/2017 12:03:22 PM - david (10.0.0.150)> 230 Logged on
(000088)8/14/2017 12:03:22 PM - david (10.0.0.150)> TYPE I
(000088)8/14/2017 12:03:22 PM - david (10.0.0.150)> 200 Type set to I
(000088)8/14/2017 12:03:22 PM - david (10.0.0.150)> PASV
(000088)8/14/2017 12:03:22 PM - david (10.0.0.150)> 227 Entering Passive Mode (10,0,0,251,82,227)
(000088)8/14/2017 12:03:33 PM - david (10.0.0.150)> disconnected.

I have also try using 2 more FTp server - in all of them I can’t upload from the Router

any idea?

Thanks ,

Try this:

tool fetch mode=ftp user=david password=123456 address=*.*.*.* upload=yes dst-path="Test.txt" src-path="Test.txt" port=2121

Stil doesn’t work ,
Now I can see the he is trying - showing me the size of the file and a time counter
but he stay at 0kb all the time
and them give me

failure: Unrecognized FTP server response: 425 Can't open data connection for transfer of "/test.txt"

I guess it is a problem with active/passive mode but there does not appear to be an option to set it.
Maybe you can configure your FTP server to do passive mode by default?

Are you sure that dst-path is correct? Try to specify full path to folder on which you want to upload file.

I have change the file name and the dst-path
also I have change the ports for the pasive mode to 65000-65100 and now it’s working..

Before I have did the same with ports 21000-21100 and it didn’t work

strange

Thanks ,