Code Monkey home page Code Monkey logo

Comments (6)

FlorianReimold avatar FlorianReimold commented on May 22, 2024

Sorry, but I am speaking English and German only. I am afraid that I cannot help you with your question (?)

from fineftp-server.

yangz1998 avatar yangz1998 commented on May 22, 2024

I entered the address and port number in my browser. After entering the login verification phase, I failed to log in to the server successfully after entering the user name and password. The client was prompted to automatically disconnect.
This is the debug message:

Successfully added anonymous user.
Successfully added user "123".
Successfully added user "123456".
FTP Server created.
Listening at address 127.0.0.1 on port 2121:
FTP Client connected: 127.0.0.1:36352
FTP >> 220 Welcome to fineFTP Server

FTP << USER anonymous
FTP >> 331 Please enter password

FTP << PASS [email protected]
FTP >> 230 Login successful

FTP << SYST
FTP >> 215 LINUX

Control connection closed by client.
Ftp Session shutting down
FTP Client connected: 127.0.0.1:36354
FTP >> 220 Welcome to fineFTP Server

FTP << USER 123456
FTP >> 331 Please enter password

FTP << PASS 123456
FTP >> 230 Login successful

FTP << SYST
FTP >> 215 LINUX

Control connection closed by client.
Ftp Session shutting down

from fineftp-server.

FlorianReimold avatar FlorianReimold commented on May 22, 2024

The log indicates that your FTP Client closes the connection after the Server tells it that it is running on Linux. From the FineFTP Server log there is no way to tell why it does that. I have developed and tested fineFTP with CURL and FileZilla as client, but each client behaves differently. What are you using as client?

from fineftp-server.

yangz1998 avatar yangz1998 commented on May 22, 2024

I installed Ubuntu 20.04.2 on the virtual box virtual machine, using the Firefox browser that comes with it as the client.

from fineftp-server.

FlorianReimold avatar FlorianReimold commented on May 22, 2024

I pushed a commit to the master. FineFTP will from now on alway fake the response of the SYST request end tell the client that it is a "UNIX".
Can you try it again and tell me whether this works for you?

from fineftp-server.

yangz1998 avatar yangz1998 commented on May 22, 2024

It works! thank you very much for your help!

from fineftp-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.