在robotframework使用get file关键字时,报错:IOError: [Errno 13] Permission denied:
原文如下:
【RobotFramework】IOError: [Errno 13] Permission denied:
重新并仔细看了SSHlibrary库中的关键字说明,发现如果要从FTP中下载文件到本地,除了要写本地路径还需要把文件名也加上
【RobotFramework】IOError: [Errno 13] Permission denied:
修改之后,无报错,可下载到本地:
【RobotFramework】IOError: [Errno 13] Permission denied:

相关文章: