The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 02-05-2007
livetele livetele is offline
Registered User
  
 

Join Date: Jan 2007
Posts: 4
<SOLVED> help need on ncftp

hi,

i have make a directory like this :
Code:
/var/spool/ncftp
log file
Code:
/var/spool/ncftp/log
and my home user i create a file like this : p-20070201-174500

content of p-20070201-174500

Code:
# This is a NcFTP spool file entry.
job-name=p-20070201-174500
op=get
hostname=ftp.freebsd.org
xtype=I
passive=1
remote-dir=pub/FreeBSD
local-dir=/usr/home/billy/test
remote-file=README.TXT
local-file=readme.txt
and start the spool
ncftpspooler -d p-20070201-174500

and i have nothing when i make ncftpsooler -l

What's wrong ????

Last edited by livetele; 02-07-2007 at 04:34 PM.. Reason: is solved