Name:		yjftp
Version:	0.3.6.4
License:	GPL
License-file:	LICENSE
Author:		Yoshikuni Jujo
Maintainer:	Yoshikuni Jujo <PAF01143@nifty.ne.jp>
Category:	Network
Synopsis:	CUI FTP client like 'ftp', 'ncftp'
Description:	Just CUI FTP client.
		.
		If no arguments, then it ask server address, user name and password.
		.
		If only argument server address are given, then it try login as anonymous user.
		.
		If argument server address and user name, then it ask password.
		.
		And password can give by '-p [passwd]' from command line.
		.
		Once login, you can run command 'ls', 'cd', 'cat', 'put', 'get', 'edit', 'show'
		and so on.
		.
		And you can put or get immediately by doing following.
		.
		> yjftp put filepath srvr.address/directorypath [user_name] [-p password]
		> yjftp get srvr.address/filepath [user_name] [-p password]
Stability:	experimental
Homepage:	http://homepage3.nifty.com/salamander/second/projects/yjftp/index.xhtml
Package-Url:	http://homepage3.nifty.com/salamander/second/portage/distfiles/yjftp-0.3.4.tar.gz
Cabal-Version:	>= 1.2
Build-Type:	Simple
Tested-With:	GHC
Data-Files:	yjftp.hs
Extra-Source-Files:
Extra-Tmp-Files:

Library
  GHC-Options:		-Wall
  Build-Depends:	base >= 4 && <= 4.2.0.2, unix, directory, process, ftphs, haskeline, mtl
  Exposed-Modules:	Network.Yjftp
  Other-Modules:	Network.CommandList, Network.Console, Network.Types

Executable yjftp
  GHC-Options:		-Wall
  Build-Depends:	hsConfigure
  Main-Is:		Main.hs
