• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Recent content by j-241534

  1. J

    Issue Additional FTP accounts fatal error over SFTP: Received unexpected end-of-file from SFTP server

    No the application is on a different web server which I have no control over. It then sends files over FTP to many people. Then my application reads those same files over FTP (in my case SFTP). Of course there could be other ways to do things but that's just how the supplier works. They require...
  2. J

    Issue Additional FTP accounts fatal error over SFTP: Received unexpected end-of-file from SFTP server

    In my case a supplier had an application to share files over FTPS but doesn't support SFTP right now. I used another third party service for this previously, but they seem to have just discontinued support for FTPS. Not totally understanding your last paragraph but it doesn't really matter (like...
  3. J

    Issue Additional FTP accounts fatal error over SFTP: Received unexpected end-of-file from SFTP server

    I reverted the initial things I did (changes to /etc/passwd, /var/www/vhosts/domain.com/etc/passwd, and /var/www/vhosts/system/domain.com/etc/passwd), and restarted sshd service, and no changes. Things still work the same as after doing the /etc/ssh/sshd_config change.
  4. J

    Issue Additional FTP accounts fatal error over SFTP: Received unexpected end-of-file from SFTP server

    That actually did work for me, mostly. In case the article link gets broken, what I did was, in etc/ssh/sshd_config, replace the line "Subsystem sftp /usr/libexec/openssh/sftp-server" with "Subsystem sftp internal-sftp". (and then restarted sshd service) Now I can connect via SFTP using...
  5. J

    Issue Additional FTP accounts fatal error over SFTP: Received unexpected end-of-file from SFTP server

    Steps taken: Go to domains -> select my domain (ie. domain.com) -> click FTP access -> click "+ Add an FTP Account". Fill out FTP Account Name, Home Directory, Password/Confirm Password. No other fields are displayed. In my case I need to specify a home directory folder, so I did. The first...
Back
Top