public void GetSFTPFile()
        {
            // SFTP File Example
            CrestronConsole.PrintLine("SFTP Read Example");
            DocumentSFTP myDocumentSFTP;

            myDocumentSFTP = new DocumentSFTP();
            myDocumentSFTP.getFromSFTP(@"127.0.0.1", 22, "Crestron", "", @"\NVRAM\temp.txt", @"/NVRAM/Books.xml");
        }
Пример #2
0
            public void GetSFTPFile()
            {
            // SFTP File Example
            CrestronConsole.PrintLine("SFTP Read Example");
            DocumentSFTP myDocumentSFTP;

            myDocumentSFTP = new DocumentSFTP();
            myDocumentSFTP.getFromSFTP(@"127.0.0.1", 22, "Crestron", "", @"\NVRAM\temp.txt", @"/NVRAM/Books.xml");
            }