From 0f933bbf55f590dbeb42ef74b7d294713840a7d6 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Thu, 17 Sep 2015 23:05:16 +0100 Subject: Deprecated ftpclient module. --- lib/pure/ftpclient.nim | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/pure/ftpclient.nim b/lib/pure/ftpclient.nim index 778ba6857..229fe4b51 100644 --- a/lib/pure/ftpclient.nim +++ b/lib/pure/ftpclient.nim @@ -13,7 +13,12 @@ import sockets, strutils, parseutils, times, os, asyncio from asyncnet import nil from rawsockets import nil from asyncdispatch import PFuture - +## **Note**: This module is deprecated since version 0.11.3. +## You should use the async version of this module +## `asyncftpclient `_. +## +## ---- +## ## This module **partially** implements an FTP client as specified ## by `RFC 959 `_. ## @@ -36,6 +41,8 @@ from asyncdispatch import PFuture ## **Warning:** The API of this module is unstable, and therefore is subject ## to change. +{.deprecated.} + type FtpBase*[SockType] = ref FtpBaseObj[SockType] FtpBaseObj*[SockType] = object -- cgit 1.4.1-2-gfad0