help need on ncftp


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting help need on ncftp
# 1  
Old 02-05-2007
<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
# 2  
Old 02-05-2007
is there any error message printed ? are you sure that you have have the proper permissions to run this ?
# 3  
Old 02-05-2007
yes i have a read/write on /var/spool/ncftp
home directory is same config..
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

NcFTP

Hi everyone, I have to create a file to log the transfert time. I am using ncftp/3.1.8 on solaris 9. I've got a shell script running on crontab - But sometimes I am running that script manually. This script connect to a FTP serveur and then download the data's needed. here is the ncftp... (0 Replies)
Discussion started by: Aswex
0 Replies

2. Shell Programming and Scripting

ncftp copy/move pb

Hi, i have made this script for copy file in folder FTP in my local machine, when copy is finish i move files copied in backups_001 directory on same ftp 1°) the problem is if this script works with date if date is similar i taken, but if one day in ftp they put new file is no getting ... (0 Replies)
Discussion started by: livetele
0 Replies

3. SCO

Is ncftp possible between two SCO Unix servers?

Hi. Can entire data be taken thr' ncftp from one SCO Unix server to another? Please let me know. (0 Replies)
Discussion started by: hrishi10a
0 Replies
Login or Register to Ask a Question