Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ftpdir(3) [debian man page]

FtpDir(3)						     Library Functions Manual							 FtpDir(3)

NAME
FtpDir - Performs a verbose directory. SYNOPSIS
#include <ftplib.h> int FtpDir(const char *outputfile, const char *path, netbuf *nControl); PARAMETERS
outputfile Name of a local file to receive the directory listing. path File specification to pass to remote 'ls'. nControl A handle returned by FtpConnect(). DESCRIPTION
Sends a LIST command to the server with the specified path. The response to this is usually a long format directory listing which will be written to the file named in outputfile. If outputfile is specified as NULL, the list will be written to stdout. RETURN VALUE
Returns 1 if successful or 0 on error. FTPlib 06 November 1997 FtpDir(3)

Check Out this Related Man Page

PODOFOXMP(1)							     podofoxmp							      PODOFOXMP(1)

NAME
podofoxmp - Modify or extract XMP information from a PDF file SYNOPSIS
podofoxmp [inputfile] [xmpfile outputfile] DESCRIPTION
podofoxmp is one of the command line tools from the PoDoFo library that provide several useful operations to work with PDF files. It can extract or modify XMP information in a PDF file. OPTIONS
[inputfile] Input PDF file. This is the only option needed to extract the XMP information from a PDF file. [xmpfile] Optional file that provides PDF XMP structure. It must be used in conjuction with an [outputfile]. [outputfile] Output PDF file. It is only used in conjuction with an [xmpfile]. SEE ALSO
podofobox(1), podofocountpages(1), podofocrop(1), podofoencrypt(1), podofoimg2pdf(1), podofoimgextract(1), podofoimpose(1), podofoincremen- talupdates(1), podofomerge(1), podofopages(1), podofopdfinfo(1), podofotxt2pdf(1), podofotxtextract(1), podofouncompress(1), AUTHORS
PoDoFo is written by Dominik Seichter <domseichter@web.de> and others. This manual page was written by Oleksandr Moskalenko <malex@debian.org> for the Debian Project (but may be used by others). PoDoFo 2010-12-09 PODOFOXMP(1)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Migration from FTP to SFTP

Hi Everyone, We are migrating from FTP to SFTP. We used the following script for FTP: echo "ftp -np -i -v << EOF" >> ${FTP_READY_FILE} echo "open ${SRC_FTP_SERVER} " >> ${FTP_READY_FILE} echo "user ${SRC_FTP_USER} ${SRC_FTP_PWD}" >> ${FTP_READY_FILE} echo "binary" >> ${FTP_READY_FILE}... (5 Replies)
Discussion started by: Jigsaw16
5 Replies

2. Shell Programming and Scripting

FTP Script Help!!

I am trying to write a script that allows me to check a directory for files that i will sftp to another server. When the file is created it creates a .ready file that is supposed to signal a file is fully created and ready to sftp. for example a file named 10312014.13.07.40.27711113 would have... (22 Replies)
Discussion started by: gkelly1117
22 Replies

3. UNIX for Beginners Questions & Answers

Issue with emailing format from UNIX

Need help as to why when I try email the following it does not come out right: DateOt=`date +"%a %b %d %T %Y"` TimeOt=`date +%H:%M:%S` interval=`cat $SecDiff| awk '{print $3}'` PortInReq2=`cat /shared/ftpdir/tools/quelog/logs/quelog.NPS_TO_SMG.log | grep PQI | wc -l` PortInRes2=`cat... (2 Replies)
Discussion started by: mrn6430
2 Replies