{ "info": { "author": "Marcin Kowalczyk", "author_email": "mkov80@gmail.com", "bugtrack_url": null, "classifiers": [ "Operating System :: Microsoft :: Windows", "Operating System :: Unix", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Quality Assurance", "Topic :: Software Development :: Testing" ], "description": "Robot Framework FTP Library\r\n\r\n-----------------------------license--------------------------------\r\nThis program is free software: you can redistribute it and/or modify\r\nit under the terms of the GNU General Public License as published by\r\nthe Free Software Foundation, either version 3 of the License, or\r\nany later version.\r\n\r\nThis program is distributed in the hope that it will be useful,\r\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\r\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r\nGNU General Public License for more details.\r\n\r\nYou should have received a copy of the GNU General Public License\r\nalong with this program. If not, see .\r\n\r\n----------------------------------------------------------------------\r\n\r\nThis library provides functionality of FTP client.\r\n\r\nVersion 1.1 released on 3rd of November 2013.\r\n\r\nWhat's new in release 1.1:\r\n- ftp_connect() uses regular arguments only instead of **kwargs\r\n- setup.py added\r\n\r\nFTP communication provided by ftplib.py. While developing, following versions\r\nwere used:\r\n- robotframework-2.8.1\r\n- robotframework-ride-1.2.1\r\n- python-2.7.5\r\n\r\nTested on:\r\n- Windows 7\r\n- Debian 6\r\n- ProFTPD\r\n\r\nAuthor: Marcin Kowalczyk\r\n\r\nWebsite: http://sourceforge.net/projects/rf-ftp-py/\r\n\r\nInstallation:\r\n- run command: python setup.py install\r\n\r\nOR\r\n- copy FtpLibrary.py file to a directory pointed by PYTHONPATH\r\n (for example ...\\Python27\\lib\\site-packages).\r\n\r\nThe simplest example (connect, change working dir, print working dir, close):\r\n | ftp connect | 192.168.1.10 | mylogin | mypassword |\r\n | cwd | /home/myname/tmp/testdir |\r\n | pwd |\r\n | ftp close |", "description_content_type": null, "docs_url": null, "download_url": "http://sourceforge.net/projects/rf-ftp-py/files/1.1/FtpLibrary.zip/download", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://sourceforge.net/projects/rf-ftp-py/", "keywords": "", "license": "GNU General Public License version 3.0 (GPLv3)", "maintainer": "", "maintainer_email": "", "name": "FtpLibrary", "package_url": "https://pypi.org/project/FtpLibrary/", "platform": "Robot Framework", "project_url": "https://pypi.org/project/FtpLibrary/", "project_urls": { "Download": "http://sourceforge.net/projects/rf-ftp-py/files/1.1/FtpLibrary.zip/download", "Homepage": "http://sourceforge.net/projects/rf-ftp-py/" }, "release_url": "https://pypi.org/project/FtpLibrary/1.1/", "requires_dist": null, "requires_python": null, "summary": "Robot Framework Ftp Library", "version": "1.1" }, "last_serial": 927997, "releases": { "1.1": [ { "comment_text": "", "digests": { "md5": "060196639b10b66d268a1048084e4884", "sha256": "45545d6aaf5b076bec4e3a2a89892a603e75f4480f145d5f1064a7dd66a3e75a" }, "downloads": -1, "filename": "FtpLibrary-1.1.zip", "has_sig": false, "md5_digest": "060196639b10b66d268a1048084e4884", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6055, "upload_time": "2013-11-04T20:01:14", "url": "https://files.pythonhosted.org/packages/5f/23/9661c2642caf6eb448c0f3a728865512aef0c47df3e18f98b463ec9c8e01/FtpLibrary-1.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "060196639b10b66d268a1048084e4884", "sha256": "45545d6aaf5b076bec4e3a2a89892a603e75f4480f145d5f1064a7dd66a3e75a" }, "downloads": -1, "filename": "FtpLibrary-1.1.zip", "has_sig": false, "md5_digest": "060196639b10b66d268a1048084e4884", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6055, "upload_time": "2013-11-04T20:01:14", "url": "https://files.pythonhosted.org/packages/5f/23/9661c2642caf6eb448c0f3a728865512aef0c47df3e18f98b463ec9c8e01/FtpLibrary-1.1.zip" } ] }