Search Results

Search: Posts Made By: Preeti Saini
121,505
Posted By Preeti Saini
Hi, Server is not windows server. It is a...
Hi,
Server is not windows server. It is a Backup system VMAX (EMC).

Also from command line I login throug uninet/cacti.ftp instead of cacti.ftp

---------- Post updated at 05:50 AM ----------...
121,505
Posted By Preeti Saini
Now it is showing me below error: Login...
Now it is showing me below error:

Login incorrect.
Login failed.
Please login with USER and PASS.
Passive mode refused.
121,505
Posted By Preeti Saini
below output I am getting whn I chnaged script...
below output I am getting whn I chnaged script according to you...its not taking password automatically

[psaini@ls2mutcactisv1 comverse_mmsc]$ sudo sh pre_test
Password:Name (10.32.1.153:psaini):
121,505
Posted By Preeti Saini
#!/bin/bash HOST='10.32.1.153' ...
#!/bin/bash
HOST='10.32.1.153'
USER='uninet\cacti.ftp'
PASSWD='cacti12345'

ftp $HOST <<END_SCRIPT
user $USER
$PASSWD
put a.txt
quit
END_SCRIPT
exit 0


Output
[psaini@ls2mutcactisv1...
121,505
Posted By Preeti Saini
I made below script, I jsut wnat to make ftp...
I made below script, I jsut wnat to make ftp connection and put file...but it not working....it is asking me for password and does not transfer file automatically
#!/usr/bin/expect -f...
121,505
Posted By Preeti Saini
Shell Scripting for creating ftp and transfer file
Dear All,

We run backup script to update backup file every hour.

I want to create a script, which transfer these files in another server using ftp as new backup file created every hour. Files...
Showing results 1 to 6 of 6

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