|
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 |
|
|
d77ed8615b
|
Adding README
|
2017-10-28 19:10:38 +03:00 |
|
|
27e0615ec5
|
Implementing a new Stack type
|
2017-10-28 19:02:26 +03:00 |
|
|
73e322b845
|
Adding some comments to GetFile
|
2017-10-20 18:35:30 +03:00 |
|
|
8604f6443b
|
Refactoring SendFile to GetFile
|
2017-10-20 18:34:16 +03:00 |
|
|
1673aac845
|
Adding GetNoBits error for the Get command
|
2017-10-20 18:32:06 +03:00 |
|
|
24b0a634d8
|
Adding UknownError
|
2017-10-20 18:25:47 +03:00 |
|
|
c9725bd926
|
Use thisCommand instead of commands[0] & Change get command's error reporting
|
2017-10-20 18:24:07 +03:00 |
|
|
3e0e994e86
|
Adding the help command
|
2017-10-20 18:20:11 +03:00 |
|
|
9757016561
|
Initial commit
|
2017-10-20 18:08:25 +03:00 |
|