fauria / docker-vsftpd

🐳 vsftpd Docker image based on Centos 7. Supports passive mode and virtual users.
https://hub.docker.com/r/fauria/vsftpd/
Apache License 2.0
414 stars 341 forks source link

Windows client how to control the Linux host to run the program? #25

Closed 408550969 closed 5 years ago

408550969 commented 5 years ago

I want to control the linux system running program on MFC (for example, .sh file),How to achieve it? I know that you can use the "quote site exec ***.exe" command to run the windows server program, but this code does not work under the Linux system.

fauria commented 5 years ago

I would suggest having a look at Docker's documentation for this: Get started with Docker for Windows .