Trying to set up a coreFTP server

Core FTP Server questions and answers
Locked
JDLBTech
Posts: 2
Joined: Fri Jan 22, 2016 8:54 pm

Trying to set up a coreFTP server

Post by JDLBTech »

I am getting the most frustrating error. I am attempting to connect with SSH over port 22. I have the NAT configured in the firewall. My winscp client is able to get prompted for authorization, but I get:

"Permission Denied
Error Code 3
Error Message from server: Permission Denied"

I have verified several times that the password between teh server account and the FTP client is identical.

I see the connection attempt show up on the CoreFTP Server with the notation "Processing commands..."

Locally, when I try the attempt to local the server to localhost with a locally installed ftp client (this case Filezilla Client) i get a "Network Error: Connection refused".

I have found as much documentation as I could and I don't think I have deviated from the setup instructions. I am using a self-signed certificate, I just can't figure out why coreFTP is refusing the connection.

Any help out there?
ForumAdmin
Site Admin
Posts: 1010
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

Check "Disable FTP" in the domain setup if not using FTP/SSL.

www.coreftp.com/server/help/help_/GettingStarted.htm
JDLBTech
Posts: 2
Joined: Fri Jan 22, 2016 8:54 pm

Post by JDLBTech »

That has been done, and the behavior is the same.
SamOrlando
Posts: 3
Joined: Sat Mar 25, 2017 4:27 am

Post by SamOrlando »

I recently had a similar issue setting up the Core FTP Server for SSH.

Does the error message Window start with Error Listing Directory '/'?

If so, in my case, I didn't have the permissions set properly on the users home directory. I had to highlight the home directory in the permissions list then modify the permissions and click OK. Once done, I no longer had issues.
Locked