Commit Graph

22 Commits

Author SHA1 Message Date
Dominik Picheta
b3c620fc58 Merge branch 'asyncftp-add-removeDir' of https://github.com/pyloor/Nim into pyloor-asyncftp-add-removeDir 2016-09-25 13:11:02 +02:00
Dominik Picheta
1f1ec69fc9 Merge branch 'asyncftp-add-removeFile' of https://github.com/pyloor/Nim into pyloor-asyncftp-add-removeFile 2016-09-25 13:09:32 +02:00
pyloor
bc19b71fd2 Asyncftpclient: adding removeDir proc 2016-09-21 23:58:07 +02:00
pyloor
95e0e6260e adding a test for removing a file 2016-09-21 23:54:38 +02:00
pyloor
cd41479180 adding removeFile proc to asyncftpclient 2016-09-21 23:49:40 +02:00
pyloor
348c7d1faf adding rename proc to asyncftpclient 2016-09-21 23:46:15 +02:00
pyloor
453f8357c0 fix missing procvar pragma 2016-09-16 03:06:13 +02:00
Andreas Rumpf
cd707084d1 fixes calling convention for the callbacks 2016-01-08 12:08:32 +01:00
Dominik Picheta
5998f53280 Added examples to asyncftpclient module. 2015-09-17 22:45:30 +01:00
Dominik Picheta
cb5d090cdb Moved handling of multi-line FTP replies to expectReply. 2015-07-01 21:05:45 +01:00
Luca
110d84a916 remove unnecessary function 2015-06-27 17:06:11 +02:00
Luca
88ae4c1859 Remove redundant 220 check 2015-06-27 14:40:44 +02:00
Luca
32ec7f2f5f Allow AsyncFtpClient and ftpclient to check 220 messages
As many ftp servers can answer with multiple 220 messages these two libraries have to handle multiline 220 messages before send user and pass messages.
2015-06-26 09:18:40 +02:00
Oleh Prypin
32109a7867 Don't run non-test code when defined(testing) 2015-04-21 14:37:29 +03:00
def
64903e7050 Use ^ instead of - in slices 2015-03-28 00:38:15 +01:00
def
e686ca2523 Fix a few more warnings 2015-02-17 02:22:30 +01:00
Guillaume Gelin
3119fe087d Happy new year! 2015-01-06 15:26:33 +01:00
Dominik Picheta
6f155af802 Lots of documentation improvements for asyncdispatch.
Ref #1487.
2014-09-12 22:54:02 +01:00
Araq
7333237be6 'nimfix' improvements; FdSet is TFdSet again 2014-09-08 08:46:35 +02:00
Dominik Picheta
eac71d38d7 s/storeFile/store/ 2014-08-31 12:55:03 +01:00
Dominik Picheta
cff2a0c0b4 Case fixes for network modules. 2014-08-30 11:59:08 +01:00
Dominik Picheta
3a00692ef8 Add asyncftpclient module. 2014-08-29 22:44:05 +01:00