Skip to content

Commit

Permalink
format readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sparul93 committed Feb 23, 2024
1 parent 5f035df commit a13cf5b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ pip install filepass

2. Set up connection - create a connection object (ConnectionDetails) based on your protocol of choice. FilepassMethod offers three protocols: SFTP, SMB, and LOCAL
e.g.:
```sourceServer = ConnectionDetails(
```
sourceServer = ConnectionDetails(
method=FilepassMethod.SMB,
user="user",
password="password",
Expand All @@ -53,7 +54,8 @@ pip install filepass
server="servername",
port="portnumber",
dir="directory/folder",
)```
)


3. Configure Logging:
(Optional)
Expand Down

0 comments on commit a13cf5b

Please sign in to comment.