From 3e94eac0cf9eecd3f9ce06f63395b32120d0c04e Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 26 Oct 2023 23:56:59 -0300 Subject: [PATCH] Change ftp server --- SimpleFTP/SimpleFTP.ps1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SimpleFTP/SimpleFTP.ps1 b/SimpleFTP/SimpleFTP.ps1 index 0bdb4dd..1f57008 100644 --- a/SimpleFTP/SimpleFTP.ps1 +++ b/SimpleFTP/SimpleFTP.ps1 @@ -1 +1,5 @@ -twistd -n ftp -r . \ No newline at end of file +# Is working for video files? +python3 -m pyftpdlib + +# Not working for streaming video files +# twistd -n ftp -r . \ No newline at end of file