Metadata-Version: 2.1
Name: access_sftp_server
Version: 0.0.8
Summary: Access SFTP Server
Home-page: UNKNOWN
Author: Valentin Baier
Author-email: valentin_baier@gmx.de
License: UNKNOWN
Keywords: python,sftp,server,cibc,upload_files,download_files
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Access SFTP Server
This project contains the basic files to up- and download files from a SFTP Server.

For further information contact [Valentin Baier](mailto:baier@orcacapital.de?subject=Google%20Workspace%20Account).

## Installation
The installation can be achieved by using ``pip``:

``python -m pip install access_sftp_server``

## Run via Shell
To run the application via shell you need to either execute:

``python -m cibc_sftp_server.upload_files`` or
``python -m cibc_sftp_server.download_files``

## Usage
The package can be executed from any computer having the required credentials to the server.

## License
This project is licensed by a MIT License.

## Project status
The current released version is 0.0.8.


