Commit graph

59 commits

Author SHA1 Message Date
3527f501de Hotfixing shutdown 2017-12-15 21:34:39 +02:00
5a23ff9478 Hotfixing shutdown 2017-12-15 21:32:22 +02:00
58f80eda14 Fixed shutdown implementation 2017-12-15 21:25:55 +02:00
897fd1f80c Fixed shutdown implementation 2017-12-15 21:25:02 +02:00
9bd2625fad Updating readme 2017-12-15 20:38:58 +02:00
4b43cabbfb
Update README.md 2017-12-05 15:14:14 +02:00
4813e99fb3
Update README.md 2017-12-05 15:13:06 +02:00
ecbb599d48 Finishing shutdown implementation 2017-12-02 19:59:09 +02:00
b11510ef9c Implementing Shutdown 2017-12-02 19:16:15 +02:00
c06c11e96e Removing filename return from UploadFile 2017-12-01 00:17:35 +02:00
88229fed6d Implementing the Upload Server correctly and refactoring config package a bit 2017-11-30 23:28:18 +02:00
96681b07b8 Fixing UploadFile command by writing bytes 2017-11-26 23:15:09 +02:00
34ab765a5c Implementing upload server 2017-11-26 23:03:15 +02:00
99ef1b0ea0 Making config a package within the server 2017-11-26 22:06:45 +02:00
62d871b44c Refactoring main into a server method 2017-11-26 21:57:57 +02:00
9b8939d06d Updating readme 2017-11-25 16:06:57 +02:00
b87b825ef9 Adding color support for the pic command 2017-11-25 15:53:54 +02:00
a1a338d086 Updating readme 2017-11-24 23:13:23 +02:00
12b11a0fa1 Adding configuration support for pic 2017-11-24 22:50:23 +02:00
05f4d8173d refactoring config variable names 2017-11-24 22:37:09 +02:00
2573be8e2d Implementing a better version of SendAsciiPic, 'implementing', lol 2017-11-24 22:35:59 +02:00
93c395510d Refactoring SendAsciiPic, using explicit var 2017-11-24 22:17:38 +02:00
1fc88a4cca Implementing the pic command 2017-11-24 22:16:06 +02:00
b39f6c62ba Fixing config tests and unexporting some functions 2017-11-23 21:23:55 +02:00
6d96530227 Refactoring Client to have StringStack instead of stack 2017-11-23 21:18:20 +02:00
13a2d7db65 Refactoring the get file command and improving it's performance by 99%+ 2017-11-23 11:09:12 +02:00
e37037cf7f Remove hello message from the serveR 2017-11-23 10:15:51 +02:00
0e83426f2f Removing get \n\n" 2017-11-23 10:08:15 +02:00
daf43f09a6 Removing the prompt() 2017-11-23 10:07:19 +02:00
185008c51e Adding -ConfigPath option 2017-11-22 08:49:16 +02:00
87c40eed1a Implementing configuration settings from file 2017-11-16 11:19:01 +02:00
11905cd654 Rename main.go in simplFTP 2017-11-15 16:10:56 +02:00
c8a2cb4877 Improving get file by writing three /n at the end. 2017-11-09 23:04:46 +02:00
045ac76af3 Fix: Preventing cd to . 2017-11-09 23:03:31 +02:00
dae792a0f5 Adding prompt for the client 2017-11-09 23:03:00 +02:00
0f365c8a15 Improved error handling and removing / restriction from ChangeDirectory 2017-11-09 23:02:11 +02:00
acc1b82b8a Deleting useless GetPath function 2017-11-09 22:40:28 +02:00
da7f4cbfd0 Implementing change directory command 2017-11-09 22:39:58 +02:00
8158edf88c Refactoring to use Client and Stack 2017-11-08 22:18:23 +02:00
95cd8f17b1 Fixing the use of the Client interface & ditching the ClientStack interface 2017-11-08 15:31:26 +02:00
cb46154ec8 Refactoring: Instead of using net.Conn use a Client interface instead 2017-11-08 15:11:37 +02:00
a9da0ce2d9 Remove unnecessary comments 2017-11-01 16:48:19 +02:00
143430ff5f Implementing the Path 2017-10-29 18:59:03 +02:00
9ce435af85 Adding new method Items() to the StringStack + docummentation 2017-10-29 17:45:38 +02:00
093b853785 Fixing warnings 2017-10-29 15:01:45 +02:00
c676da9a30 Running go fmt 2017-10-28 23:40:24 +03:00
d5c1554496 Refactoring GetFile function 2017-10-28 23:38:40 +03:00
82181156c6 Fixing indentation in Stack 2017-10-28 23:17:16 +03:00
7f447978a2 Fixing tests to compare recovered value with the error instead of nil 2017-10-28 23:16:53 +03:00
f45beb7d23 Adding license file 2017-10-28 19:11:41 +03:00