Sponsored Content
Full Discussion: help need on ncftp
Top Forums Shell Programming and Scripting help need on ncftp Post 302105835 by livetele on Monday 5th of February 2007 06:58:30 AM
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
 

3 More Discussions You Might Find Interesting

1. 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

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. 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
XmScrollVisible(library call)											     XmScrollVisible(library call)

NAME
XmScrollVisible -- A ScrolledWindow function that makes an invisible descendant of a ScrolledWindow work area visible SYNOPSIS
#include <Xm/ScrolledW.h> void XmScrollVisible( Widget scrollw_widget, Widget widget, Dimension left_right_margin, Dimension top_bottom_margin); DESCRIPTION
XmScrollVisible makes an obscured or partially obscured widget or gadget descendant of a ScrolledWindow work area visible. The function re- positions the work area and sets the specified margins between the widget and the nearest viewport boundary. The widget's location relative to the viewport determines whether one or both of the margins must be adjusted. This function requires that the XmNscrollingPolicy of the ScrolledWindow widget be set to XmAUTOMATIC. scrollw_widget Specifies the ID of the ScrolledWindow widget whose work area window contains an obscured descendant. widget Specifies the ID of the widget to be made visible. left_right_margin Specifies the margin to establish between the left or right edge of the widget and the associated edge of the viewport. This margin is established only if the widget must be moved horizontally to make it visible. top_bottom_margin Specifies the margin to establish between the top or bottom edge of the widget and the associated edge of the viewport. This margin is established only if the widget must be moved vertically to make it visible. For a complete definition of ScrolledWindow and its associated resources, see XmScrolledWindow(3) RELATED
XmScrolledWindow(3). XmScrollVisible(library call)
All times are GMT -4. The time now is 10:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy