Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 0f16b35

Browse files
committed
Updated reference link in FTP response to failure to upload
1 parent 80f2305 commit 0f16b35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/ftp_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def STOR(self, cmd):
274274
# Uploads an InfiniDrive file
275275
# If Google's new quota rules are being enforced, deny uploading permission and return.
276276
if time_bomb.is_quota_enforced():
277-
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')
277+
self.conn.send(b'550 As of June 1, 2021, InfiniDrive no longer permits uploads. More information: https://github.com/DavidBerdik/InfiniDrive\r\n')
278278
return
279279

280280
# Extract the name of the file to upload from the command

0 commit comments

Comments
 (0)