Menu

Home

Marcin Kowalczyk

Robot Framework FTP Library

General

This library provides functionality of FTP client for Robot Framework. Library is released under GPL-3.0 license. FTP communication is provided by ftplib.py.

Installation

  • run command: pip install robotframework-ftplibrary
    or
  • download robotframework-ftplibrary.zip, unzip and run command: python setup.py install
    or
  • download robotframework-ftplibrary.zip, unzip and copy FtpLibrary.py file to a directory pointed by PYTHONPATH (for example ...\Python27\lib\site-packages).

History

What's new in release 1.3:
- multiple connections in parallel
- strongly refactored source code
- enabling/disabling printout of messages returned by ftp server

Keywords

FtpLibrary keywords documentation created by libdoc

Example

FtpLibrary example usage

Bugs, suggestions and change requests

In case of bugs, suggestions and change requests please report a ticket.