Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: trCommandResult Dim ftp_address, ftp_username, ftp_password, ftp_physical_path, ftp_files_to_put ' Edit these variables to match your specifications ftp_address = "siteaddress:portnumber" ftp_username = "username" ftp_password = "password" ftp_remote_directory = "/Test/" ftp_files_to_put = "*.txt" Set oScript = Server.CreateObject("WSCRIPT.SHELL") Set oFileSys = Server.CreateObject("Scripting.FileSystemObject") Set objFSO = CreateObject("Scripting.FileSystemObje Source: http://pastebin.com/raw.php?i=yBDGB2Xc
↧