Webin cannot lcd


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu Webin cannot lcd
# 1  
Old 08-12-2010
Webin cannot lcd

Hi all,

I am using a ubuntu 9.4 server as ftps server. We have scripts that transfer files to our customers and it is scheduled by a cron job via webmin 1.510. Here is a sample of my script
Code:
psftp user@hostname
lcd /FolderA/Outgoing
cd FolderREm
mput *

When I run a cron job manually the webmin is returning the below error
1) psftp> psftp: unknown command "tgoing"

and then it is sending all files located in /usr/share/webmin/cron directory to the customer.
Could you help me or direct how
a) resolve why webmin cannot lcd
b) If webmin encounters erros it should sent files from FolderD: a specific folder I will create.

Thanks for your help

Last edited by pludi; 08-12-2010 at 09:37 PM.. Reason: code tags, please...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. AIX

LCD codes on a P570

Anyone out there know what the LCD code 0569 means. I have a list of codes but 569 is not on it. (5 Replies)
Discussion started by: johnf
5 Replies

2. SCO

LCD, only 22 lines?

I have a client running SCO openserver 5.0.4, character based The old 17" tube monitor died, and I replaced with an LCD monitor. I can only see 22 lines of text on-screen at a time. The LCD's have setup adjustment for scrolling up and down, but not to zoom in and out to make it fit. I swapped... (3 Replies)
Discussion started by: waywardfool
3 Replies

3. Solaris

Help configuring Flat LCD Monitor

:confused: Hi there! I just purchased and hooked up to my Sun Blade 1000 running SunOs 5.9, a 20.1-in flat panel LCD monitor. I rebooted the system and the input signal to the monitor was fine at boot up until it started X-win, then the following message was displayed: Video Input 2 D-SUB... (6 Replies)
Discussion started by: dcshungu
6 Replies

4. Solaris

DELL LCD monitor falls asleep

after sometime and will not wake up until we reboot the system. It is a DELL 24" LCD connected to a sunblade 1500. my power.conf file is set like this: # more /etc/power.conf # Copyright (c) 1996 - 2001 by Sun Microsystems, Inc. # All rights reserved. # #pragma ident ... (0 Replies)
Discussion started by: jvmagic
0 Replies

5. UNIX for Dummies Questions & Answers

7 segement LCD unix clock

Hi, Anyone ever write a unix clock program that display the clock out in 7 segment LCD style. I tried doing one with case statements: !/usr/bin/ksh clock=`date` case $clock in #This prints out the number 0 0) echo " -" echo "| |" echo echo "| |" echo " -" ;; ... (4 Replies)
Discussion started by: Astudent
4 Replies
Login or Register to Ask a Question
WHAT-PATCH(1)						      General Commands Manual						     WHAT-PATCH(1)

NAME
what-patch - detect which patch system a Debian package uses SYNOPSIS
what-patch [options] DESCRIPTION
what-patch examines the debian/rules file to determine which patch system the Debian package is using. what-patch should be run from the root directory of the Debian source package. OPTIONS
Listed below are the command line options for what-patch: -h, --help Display a help message and exit. -v Enable verbose mode. This will include the listing of any files modified outside or the debian/ directory and report any additional details about the patch system if available. AUTHORS
what-patch was written by Kees Cook <kees@ubuntu.com>, Siegfried-A. Gevatter <rainct@ubuntu.com>, and Daniel Hahler <ubuntu@thequod.de>, among others. This manual page was written by Jonathan Patrick Davies <jpds@ubuntu.com>. Both are released under the GNU General Public License, version 3 or later. SEE ALSO
The Ubuntu MOTU team has some documentation about patch systems at the Ubuntu wiki: https://wiki.ubuntu.com/PackagingGuide/PatchSystems cdbs-edit-patch(1), dbs-edit-patch(1), dpatch-edit-patch(1) DEBIAN
Debian Utilities WHAT-PATCH(1)