Created
July 24, 2019 07:59
-
-
Save imyelo/30b97698da6a8fb9660b9a04fa4ae47d to your computer and use it in GitHub Desktop.
ftp.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nssm install "FTP for Project" "C:\Users\{USERNAME}\AppData\Roaming\npm\ftp-srv.cmd" "ftp://123.123.123.124:2121 --root E:\project > E:\project\ftp-service.log" | |
nssm start "FTP for Project" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nssm stop "FTP for Project" | |
nssm remove "FTP for Project" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment