FTP Problem

cancel
Showing results for 
Search instead for 
Did you mean: 
drshadow
Member II

FTP Problem

Hello everyone,

 

I'm looking up for some help from you Alfresco pros regarding problems with FTP.

 

I have Alfresco community Version 6.2 in docker running, for setting this up I have used the alfresco-generator from @angelborroy many thanks for the grat work.

 

Now I have some trouble to get access via ftp to the system. The strange thing is, I know that this has worked for some time but now I'm not able to access the server. Via webbrowser I got request timed out.

I also tried it via ftp command from the server itself, please see below the output:

ftp 192.168.1.2 2121
Connected to 192.168.1.2 (192.168.1.2).
220 FTP server ready
Name (192.168.1.2:root): admin
331 User name okay, need password for admin
Password:
230 User logged in, proceed
Remote system type is UNIX.
ftp> ls
550 Requested action not taken
Passive mode refused.
ftp> dir
550 Requested action not taken
Passive mode refused.
ftp> debug
Debugging on (debug=1).
ftp> dir
---> PASV
550 Requested action not taken
Passive mode refused.
ftp> cd Alfresco
---> CWD Alfresco
250 Requested file action OK
ftp> dir
---> PASV
550 Requested action not taken
Passive mode refused.
ftp>
ftp> pwd
---> PWD
257 "/Alfresco"
ftp> cd inbox
---> CWD inbox
250 Requested file action OK
ftp>
ftp>
ftp> dir
---> PASV
550 Requested action not taken
Passive mode refused.
ftp> quit
---> QUIT
221 Bye

Any idea how to bring it back to work again?

 

Best regards

3 Replies
EddieMay
Alfresco Employee

Re: FTP Problem

Hi @drshadow 

Have you seen this thread and possibly this blog?

HTH,

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!
drshadow
Member II

Re: FTP Problem

Hello EddieMay,

 

thank you for your reply.

The post you are pointing to is my post I think this is maybe not what you want to share, right? :-)

You blog post is pointing to get FTPS running but at first I want to get FTP running befor making it secure.

 

Best regards

EddieMay
Alfresco Employee

Re: FTP Problem

Hi @drshadow 

I'm an idiot! This is the thread I meant to point you to!

HTH,

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!