Search Results

Search: Posts Made By: henriette
Forum: AIX 11-04-2013
10,086
Posted By henriette
what about grep -p -B 1 Flash | head -2
what about grep -p -B 1 Flash | head -2
Forum: AIX 04-17-2012
5,089
Posted By henriette
Thanks for reply. I tried it and I get error...
Thanks for reply.

I tried it and I get error (great!):


ftp> put core
200 EPRT command successful.
550 Write access denied


but when I try to make directory, it's OK and directory is...
Forum: AIX 04-16-2012
5,089
Posted By henriette
AIX - read only FTP
Hi,

I want to set FTP server on AIX to read only mode. I found out manual page for /etc/ftpaccess.ctl (manual page...
3,505
Posted By henriette
oh, because in your script you have mv...
oh, because in your script you have

mv ConfigFiles.tar /backup/ConfigFiles-${DATE}.tar


For me (on Debian) works this solution:


ftp -in <<EOF
open 192.168.0.11
user xxx xxxx
cd backup...
3,505
Posted By henriette
And /backup folder exists? :) ls -lad /backup
And /backup folder exists? :)

ls -lad /backup
3,505
Posted By henriette
Ah.. ok, I will send you some example :) And...
Ah.. ok, I will send you some example :)

And change that ftpput line :)

btw. I changed your date to 16-04-2011--14-59 :)


#!/bin/sh

date=$(date +%d-%m-%Y--%H-%M)

tar -cvf...
3,505
Posted By henriette
So, what you need now? :)
So, what you need now? :)
3,505
Posted By henriette
Hi, I think you need to read man page about...
Hi,
I think you need to read man page about ftpput (but I don't know, if ftpput is in BSD).

Grr, I am not able to post links in the post :) so.. google ftpput :)
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 09:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy