{"id":15145397,"url":"https://github.com/rasjani/robotframework-remotetransfer","last_synced_at":"2025-09-29T14:30:30.221Z","repository":{"id":57462410,"uuid":"182062207","full_name":"rasjani/robotframework-remotetransfer","owner":"rasjani","description":"Keyword library to transfer logging files like screenshots from python remoteserver and host running the robot.","archived":true,"fork":false,"pushed_at":"2019-04-23T11:13:43.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-26T22:45:56.630Z","etag":null,"topics":["python","robotframework","testing-tools"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rasjani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-18T09:52:32.000Z","updated_at":"2023-07-30T16:54:21.000Z","dependencies_parsed_at":"2022-09-12T13:40:37.576Z","dependency_job_id":null,"html_url":"https://github.com/rasjani/robotframework-remotetransfer","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/rasjani/robotframework-remotetransfer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasjani%2Frobotframework-remotetransfer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasjani%2Frobotframework-remotetransfer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasjani%2Frobotframework-remotetransfer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasjani%2Frobotframework-remotetransfer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rasjani","download_url":"https://codeload.github.com/rasjani/robotframework-remotetransfer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasjani%2Frobotframework-remotetransfer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277528516,"owners_count":25833813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-29T02:00:09.175Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","robotframework","testing-tools"],"created_at":"2024-09-26T11:24:34.816Z","updated_at":"2025-09-29T14:30:29.952Z","avatar_url":"https://github.com/rasjani.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"robotframework-remotetransfer\n=============================\n\nVery small keyword library to allow transfering log files like screenshots\nbetween host running a robotframework and robotremoteserver\n\nUsage:\n\n* Load remotetransfer library into python remote server and into robot framework.\n* Use `Transfer Files` keyword to load files from output directory and save\n  the results into a dict variable.\n* Use `Save Files` to store those back into output directory.\n\nThis works by providing a library prefix to the keyword do denote where files are\ntransfered from and save to, like this:\n\n```\n*** Settings ***\nLibrary       Remote    http://127.0.0.1:8270\nLibrary       RemoteTransfer\n\n*** Test Cases ***\nTry Out Remote Transfer\n  ${results}=   Remote.Transfer Files  *.png\n  RemoteTransfer.Save Files  ${results}\n```\n\nLibrary uses base64 encoding to transfer files over robot's rpc interface - so keep\nthat in mind - filetransfers can grow pretty large.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasjani%2Frobotframework-remotetransfer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frasjani%2Frobotframework-remotetransfer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasjani%2Frobotframework-remotetransfer/lists"}