Answer the question
In order to leave comments, you need to log in
How to configure FTP in Centos 7.2 + VestaCP?
Good afternoon.
I made a web server based on windows server 2012 r2 + Hyper-V (on which Centos 7.2 + VestaCP runs on a virtual machine). My server connects to the network through a router. White static ip is used.
Using port forwarding on the router, I made the sites (running on the Centos 7.2 + VestaCP virtual machine) accessible from the outside.
How do I set up or replace FTP (so that it works on port 21)? because I can connect to FTP only on port 22, and for example, to add plugins to the same Worpress, I need connection data and port 21.
When trying to connect on port 21, it says:
Status: Connection established, waiting for an invitation ...
Status: Insecure server, does not support FTP over TLS.
Status: Logged in
Status: Getting directory listing...
And nothing else happens.
Answer the question
In order to leave comments, you need to log in
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder":
if slf4j is not needed, then this error does not affect the operation of the application itself.
Eksepshn crashes for a different reason. Show the hibernate config.
Caused by: org.hibernate.MappingException: Unable to load class [ entity.Article] declared in Hibernate configuration <mapping/> entry
Caused by: java.lang.ClassNotFoundException: entity.Article
<dependency>
<groupId> org.apache.cassandra</groupId>
<artifactId>cassandra-all</artifactId>
<version>0.8.1</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
<version>1.7.13</version>
</dependency>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question