Skip to content

Commit 126ece7

Browse files
committed
removed redundant dependencies from requirements.txt file
2 parents 340915a + 8fc5adb commit 126ece7

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,19 @@ I built this application primarily in order to gain experience making small proj
1616
### Platform:
1717
This program was developed on Windows but can also run on Unix like operating systems such as Linux and Mac OSX.
1818

19-
# Usage:
19+
# Local deployment instructions:
2020
1. Clone repo
2121
2. open project folder in IDE of your choice
2222
3. install all dependencies via ```pip install -r requirements.txt```
2323
4. run ```python main.py```
2424

25+
# Application Usage instructions:
26+
1. Enter your hostname, username, and password in the corresponding field at the top, where hostname is the server ip address of your remote server(it can be a DigitalOcean droplet)
27+
2. Click the ```Quick Connect``` button
28+
* Double click a directory to traverse the local & remote file systems
29+
* Double click to select file, then click corresponding arrow button to transfer from local to remote or visa versa
30+
* Double click and press Trash icon button to delete selected file
31+
2532
# Screenshots:
2633
FTP Client starting screen after FTP login:
2734
![FTP Client starting screen after FTP login](https://github.com/ShehanAT/FTPprogram/blob/master/screenshots/client_starting_screen.png)
@@ -36,4 +43,4 @@ FTP Client exception thrown:
3643
![FTP Client exception thrown](https://github.com/ShehanAT/FTPprogram/blob/master/screenshots/exception_thrown.png)
3744

3845
### Contributing:
39-
Please feel free to contribute to this project however possible by forking this repo, making changes and initiating pull requests. Thanks!
46+
Please feel free to contribute to this project however possible by forking this repo, making changes and initiating pull requests. Thanks!

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pytz==2020.1
5959
pywin32==227
6060
pywin32-ctypes==0.2.0
6161
pywinpty==0.5.7
62-
PyYAML==5.3.1
62+
PyYAML==5.4
6363
pyzmq==19.0.2
6464
QDarkStyle==2.8.1
6565
QtPy==1.9.0

0 commit comments

Comments
 (0)