AIX FTP client


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting AIX FTP client
# 1  
Old 03-02-2014
AIX FTP client

I am trying to transfer logs from Aix 6.1 to a linux appliance but it is not happening from last one month if i execute the batch command by command i can execute well but if i do it in shell script it is stuck without any error.

Any one know how to generate a FTP client trace to know the issue with FTP batch file.

---------- Post updated 03-02-14 at 11:53 AM ---------- Previous update was 03-01-14 at 01:30 PM ----------

bump.....
# 2  
Old 03-03-2014
Whilst it's naughty to bump up your posting, we will be unable to answer until you explain what your problem is a bit more.

Can you tell us:-
  • Was this working before?
  • What changed?
  • Is this FTP or SFTP?
  • Can you publish your script in CODE tags for us to consider? Sanitise any credentials.
  • What output do you get manually and from a scheduled job?
  • How is the job scheduled?
  • Can you see it try at the expected time?
  • Are there any errors recorded on the server side?
  • Is the account active with a valid password?
  • Has the password expired?


Regards,
Robin
# 3  
Old 03-03-2014
Aix shell cronjob

Sorry not my intention to play tricks but i am really need of suggestion since this issue has taken my sleep and peach of mind away.

Please find below my answers to your query.

This is a fresh script.
We are able to send the logs manually by keying the same commands in the script
This is FTP
pls find the script at the end.
manually i am able to use mput command and at destination is see logs transferred but schedule sends the logs once and freezes then.

job is scheduled through cronjob every 10 minutes and the log file size is around 20 mb.
the script freezes at execution without any error
I do not know how to check error on a linux box since the server is a RHEL appliance
Credentials are not the problem here.
Password is fine and works when keyed in manually.

Shell script below :------
Code:
/usr/bin/cd /usr
echo "**************************************************************" >> /usr/Mac.log
/usr/bin/date >> /usr/Mac.log
/usr/bin/cp -p /usr/stream.out /logs/AIX1.`/usr/bin/date +%H%M%d%m%Y`
/usr/bin/ftp -n -i "ipaddress" <<EOF
user ftpuser password
lcd /usr
cd Aix
prompt
mput AIX*
quit
EOF
mv /usr/AIX* /usr/archived/
echo "finish" >> /usr/Mac.log

Thank you inadvance

Last edited by Scott; 03-03-2014 at 07:33 PM.. Reason: Please use code tags
# 4  
Old 03-03-2014
Try replacing this:

Code:
/usr/bin/ftp -n -i "ipaddress" <<EOF

With this

Code:
/usr/bin/ftp -n -i "ipaddress" >> /usr/Mac.log 2>&1 <<EOF

Your log may supply more info then
# 5  
Old 03-04-2014
I am getting the below error message on the terminal

cp: 0653-437 /logs/AIX1./usr/bin/date +%H%M%d%m%Y is not a directory.

in the cp step i am copying all files with /usr/stream.out* with present date and time to /logs/AIX1.`/usr/bin/date +%H%M%d%m%Y`

this line is giving the issue any suggestion would be much appreciated.
# 6  
Old 03-04-2014
So, this is before the start of the FTP call. Perhaps you should resolve that first.

You might be best defining your output file name first and then issuing the copy.


Robin
# 7  
Old 03-04-2014
Hi Rbatte,

Could you give an example.I do not know how to do that.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Yum not working on client while able to do the ftp

1)check vsftpd service is running service vsftpd status 2)mkdir -p /var/ftp/pub/Packages Packages will contain all rpm packages 3)copy the xml file to Packages folder #cp -arf /mnt/hgfs/share/RHEL_DVD/Packages /var/ftp/pub/Packages 4)install the 3 required rpm rpm --nodeps -ivh... (0 Replies)
Discussion started by: joj123
0 Replies

2. Red Hat

Implement FTP server on RHEL server without using FTP client

We have RHEL 5.8 in our environment, I had a query whether we can implement an FTP server using vsftpd package and Linux configurations like setsebool without using any external FTP clients like FileZilla etc. I am very confused on this. The FTP functionalities that should be present are download &... (3 Replies)
Discussion started by: RHCE
3 Replies

3. Shell Programming and Scripting

FTP client is hanging very rarely!

Hi, I have a script in which I am using ftp to transfer some files from remote -> local and vice versa, this scripts is invoked by cron. for your reference I am sharing the function also : ============================================= fn_FileTransfer_LocalToRemote() { set -x... (1 Reply)
Discussion started by: anshuman0507
1 Replies

4. UNIX for Advanced & Expert Users

Dummy FTP Client!

We're just about to start testing a new server build. The application has many FTP/SFTP connections going to different servers. I'd like to temporarily replace the FTP/SFTP binaries with a mock version that will allow us to run all our production code as is, but will prevent the FTPs from actually... (1 Reply)
Discussion started by: JerryHone
1 Replies

5. Solaris

A good ftp client

Can anyone please suggest a agood ftp client(GUI) which would support sftp ...on solaris. I badly need it. I keep doing the transfers frequently, and some of them are binary and I am not sure how I change the mode to binary. To avoid this and other hassles, it would help if i have a GUI client. ... (6 Replies)
Discussion started by: Naanu
6 Replies

6. AIX

FTPS - FTP CLIENT- AIX - HELP Please

I'm currently investigating the secure ftp connection from AIX using shell script - It looks openssl is already install and don't know command to be used to connect the secure ftp server. 1. Do I need to install certificate on AIX ?. 2. If any one already design the script to connect secure... (0 Replies)
Discussion started by: dharanir
0 Replies

7. UNIX and Linux Applications

Secure FTP Client that Logs well

Folks I am on a quest.... I am looking for a lightweight FTP client capable of FTPS and or SFTP that has good audit and logging capabilities without requiring a central server component. My platforms are Linux, Solaris, AIX, and Windows Server. The kicker is I have found things that meet the... (3 Replies)
Discussion started by: ArtF
3 Replies

8. UNIX for Dummies Questions & Answers

FTP client that meets these requirements?

Hi All, Does anyone knows an FTP client that meet these basic requirements? -Runs in the console therefore not a gui based but a command line based like the normal ftp program. -auto detects ascii / binary format files. -runs in linux. -free and opensource. Filezilla should be fine but... (3 Replies)
Discussion started by: 3rr0r_3rr0r
3 Replies

9. UNIX for Advanced & Expert Users

Command line FTP Client

I'm looking for a FTP client that is similar to NCFTP in that I can run a full ftp command in one line without needing to access the client first then typing the ftp commands. Very simple request but I can't find any other tool like that, I have downloaded Kermit thinking I can use it to tranfer... (3 Replies)
Discussion started by: tamkag
3 Replies

10. UNIX for Dummies Questions & Answers

FTP Client

Is there any ftp CLIENT(either freeware or sharware) can support passive mode else ncftp? Thanks! (2 Replies)
Discussion started by: coolmans
2 Replies
Login or Register to Ask a Question