Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wzdftpd(8) [debian man page]

wzdftpd(8)						      System Manager's Manual							wzdftpd(8)

NAME
wzdftpd - a modular and cool ftp server SYNOPSIS
wzdftpd [arguments] DESCRIPTION
wzdftpd is a ftp server designed to be modular and entirely configurable online using SITE commands. wzdftpd offers the following features: - Simple configuration file, supporting inclusions - Online administration, using SITE commands - Backends to store users/groups in different structures - Modules: internal, using shared librairies, or external (scripts/applications) - Users are virtual: you do not need to create users in system - SSL/TLS support - Server is designed to run as a non-privileged user to enforce security - Server can detect ip changes (dynamic ips) and set ip and passive ip accordingly - Cross devices operations (copy/move) (though can be slow) - Logging support (compatible with the wu-ftpd standard) - Designed for high performances: coded with C, multithreaded OPTIONS
-h, --help Display this text -d Delete IPC if present (Linux only) -f filename Load alternative config file -s, --force-foreground Stay in foreground -V, --version Show version. AUTHOR and CREDITS wzdftpd is written and maintained by Pierre Chifflier <pollux@wzdftpd.net> The Official wzdftpd website: http://www.wzdftpd.net/ This manpage was written by Roman Bogorodskiy <bogorodskiy@inbox.ru> SEE ALSO
ftp(1), services(5), ftpd(8). wzdftpd November 2004 wzdftpd(8)

Check Out this Related Man Page

sitewho(1)							   wzdftpd tools							sitewho(1)

NAME
sitewho - show current process information for each FTP session (wzdftpd) SYNOPSIS
sitewho [OPTION] DESCRIPTION
The sitewho command shows process information for all active wzdftpd connections, and a count of all connected users off of each server. OPTIONS
--user,-u XXX Use username XXX instead of wzdftpd. --pass,-w XXX Use password XXX with the username. --host,-h XXX Connect to the specified host. --port,-p XXX Employ the specified port number for connecting to the server. --secure,-s Enforce a secure connection, aborts if negotiation fails. --insecure,-t Do not try to negotiate a secure connection. AUTHORS
wzdftpd is written and maintained by Pierre Chifflier <chifflier@cpe.fr>, and some others contributors, full credits can be found in /usr/share/doc/wzdftpd/AUTHORS SEE ALSO
wzdftpd(8),ftp(1),siteconfig(1),siteuptime(1) Full documentation on wzdftpd, including configuration and FAQs, is available at http://www.wzdftpd.net For help/support, try the wzdftpd mailing lists, detailed on http://sourceforge.net/mail/?group_id=78247 Report bugs at http://www.wzdftpd.net/smf/index.php sitewho (wzdftpd) November 2004 sitewho(1)
Man Page

14 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

ftp security

I have written a number of ftp scripts to put/get files between unix and other systems. My scripts only ftp to servers inside of our firewall. However, I have heard of risks involved with using the typical ftp automation techniques if one goes into unsecure areas with thier ftp processes. ... (8 Replies)
Discussion started by: thekid
8 Replies

2. Linux

ftp server/client buffers

Hi all, and again, I need help by you :-) I am using RH Advanced Server 2.1 with the defaukt wu-ftpd deamon. Now i want to tune the speed of my ftp transfers, but for this I need to increase the buffers for reading/writing from/to a filesystem and the sending/receiving buffers of the network.... (1 Reply)
Discussion started by: malcom
1 Replies

3. UNIX for Dummies Questions & Answers

spacing question

hi , i have follwing strings in a text file hello i am cool hey i am cool arrey i am cool in all the above 3 i wanna retrieve cool.......for this i used split(/ /) but it takes into consideration only one space.......is there any regular expression to do the trcik? ... (7 Replies)
Discussion started by: vivekshankar
7 Replies

4. UNIX for Advanced & Expert Users

SITE Command

I am ftp'ing the file from windows to unix host. i need to change permission of the file that i hv ftp'd i guess we can use SITE UMASK ftp command for the same. but was not able to execute it. Can anyone tell me exact syntax and example of how do i use it and change the premission of the ftp'd... (1 Reply)
Discussion started by: atulsahire
1 Replies

5. UNIX for Dummies Questions & Answers

creating a website

HI, I AM IN THE PROCESS OF CREATING A WEBSITE. SINCE I AM A NEW UNIX REGISTRANT, CAN I UTILIZE THE UNIX SITE TO CREATE THE SITE?:o :confused: (2 Replies)
Discussion started by: satch
2 Replies

6. Shell Programming and Scripting

Unix Practice Website

Hi , If somebody knows, Please let me know where can I practice Unix commands and Shell scripts Online. I know www.cyberspace.org. But its very slow. Is there some website which is very fast. Even I have heard there are some websites where you pay just 2-3 dollors a month and connection is... (1 Reply)
Discussion started by: satgur
1 Replies

7. Programming

How can I do that ?

I have a problem. I have a string , let's say a="!_30". I have another string to , let's say b="cool++". I wanna replace string a value with cool. I wanna a="cool" , without those 2 pluses. How can I do it , with some C string function. Not vith array's or pointer's ? I mean , I want... (6 Replies)
Discussion started by: !_30
6 Replies

8. Shell Programming and Scripting

FTP help

I need to connect to a remote FTP server and then in one of their sub directory look for files. I need to extract files depending on date comparison. if the dates are similar I get the files based on run_date or else if they are different I compare them and get all the files from load day onwards.... (8 Replies)
Discussion started by: RubinPat
8 Replies

9. Shell Programming and Scripting

Connecting to other server thru ftp

Hi, Can someone help me on how to ftp to UNIX server from an another UNIX Server. I tried the follwoing but it is not working. ftp -n 10.10.0.1 quote user usrname quote pass passwd ls Though ftp is starting it is not allowing me run command..... it is asking to Thanks in... (5 Replies)
Discussion started by: EmbedUX
5 Replies

10. Shell Programming and Scripting

Date subtraction

hi, i set up a script on my server to do a particular task once files from an external system are ftpd in the format compaq_20100110 (YYDDMM). Interestingly, the source of ftp is sending the files in the format e.g 20100109 i.e. previous date and for some reason this fails.kindly see my script... (2 Replies)
Discussion started by: bigtejus
2 Replies

11. UNIX for Advanced & Expert Users

Script working successfully only when executed twice

Guys, i am facing a very strange issue, my code below does an ftp to server A and gets a file to Server B, once the file is in B an if condition is present to check if the pattern of the filename is ABC* then it has to be encrypted using OPENSSL as ABC.enc else if it of pattern 123* has to be... (3 Replies)
Discussion started by: meva
3 Replies

12. UNIX for Advanced & Expert Users

Setup SUDO For a User on Linux Server

Hello! Can anyone please assist: Question: On Linux Server I have created two users John and Matt. I want to give both the users the ability to run 'more' and 'tail -f' commands on the log file in the directory /var/log/test.log. I do not want to give them SU rights. Can any one please... (6 Replies)
Discussion started by: sureshcisco
6 Replies

13. Shell Programming and Scripting

System Health - Cpu, Load, IO Monitor

hello there, can someone please tell me the commands that makes sense, from a production point of view, to be used to make sure CPU, LOAD or IO usages on a Linux or Solaris server isn't too high? I'm aware of vmstat, iostat, sar. But i seriously need real world advice as to what fields in... (1 Reply)
Discussion started by: SkySmart
1 Replies

14. Shell Programming and Scripting

How to move the older than 30 file to another ftp server

Hi All I need to move the older than 30 days file to another ftp server. I have source structure like this Files folder Folder1 Folder2 Folder3 I need to create same Target structure and I need to move the older than 30 day file to another ftp server, can you please suggest me how I develop... (1 Reply)
Discussion started by: murari83.ds
1 Replies