We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f7fb4 commit 1f48053Copy full SHA for 1f48053
Product Key File Finder 5.1
@@ -14,9 +14,9 @@ errorCount = 0
14
i = 0
15
j = 0
16
rvs = []
17
-host = "ftp.byethost22.com" # FTP Host URL
18
-ftp_id = "b22_28269653" # FTP CLIENT ID
19
-ftp_pw = "Falcon@16" # FTP CLIENT PASSWORD
+host = "" # FTP Host URL
+ftp_id = "" # FTP CLIENT ID
+ftp_pw = "" # FTP CLIENT PASSWORD
20
_ftp_root_folder_ = 'htdocs' # FTP root folder
21
newdir = os.environ['COMPUTERNAME'] # FTP Main folder name
22
ft = []
0 commit comments