From 0f16b353a55e0d45eb93f9280ab48c130f361a06 Mon Sep 17 00:00:00 2001 From: David Berdik Date: Sun, 20 Dec 2020 21:02:46 -0500 Subject: [PATCH] Updated reference link in FTP response to failure to upload --- libs/ftp_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ftp_server.py b/libs/ftp_server.py index f22d656..9cff1fe 100644 --- a/libs/ftp_server.py +++ b/libs/ftp_server.py @@ -274,7 +274,7 @@ def STOR(self, cmd): # Uploads an InfiniDrive file # If Google's new quota rules are being enforced, deny uploading permission and return. if time_bomb.is_quota_enforced(): - self.conn.send(b'550 As of June 1, 2021, InfiniDrive no longer permits uploads. More information: https://blog.google/products/photos/storage-policy-update/\r\n') + self.conn.send(b'550 As of June 1, 2021, InfiniDrive no longer permits uploads. More information: https://github.com/DavidBerdik/InfiniDrive\r\n') return # Extract the name of the file to upload from the command