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 ,