![]() |
Downloading files from Unix server - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: Downloading files from Unix server (/Thread-Downloading-files-from-Unix-server) |
Downloading files from Unix server - elango87 - 12-13-2012 Recently, i came across a situation were in i have download the log files from UNIX server and validate the logs using QTP. I thought it will be helpful to the fellow members as well. Below are the steps to be followed to download the file from UNIX server, Step 1: Open notepad, type the following and save it as a text file(Say downloadfromunix.txt) Code: Open 'name of the server' Step 2: Code: * open command prompt(Start -> Run -> cmd) If you feel that opening command prompt every time is a hassle, Code: * open notepad Hope it helps. Thanks, Elango |