Search Results

Search: Posts Made By: Noledge
2,735
Posted By Noledge
thanks!
thanks!
2,735
Posted By Noledge
Help With FTP Shell Script
So i Administer multiple ftp servers that run on dynamic IP's as well as user and password settings are changed by other people constantly. What i need to do is ensure that an FTP is server is up on...
786
Posted By Noledge
Help with shell script
So i Administer multiple ftp servers that run on dynamic IP's as well as user and password settings are changed by other people constantly. What i need to do is ensure that an FTP is server is up on...
1,284
Posted By Noledge
thank you, although this did solve part of my...
thank you, although this did solve part of my problem, sometimes the ftp server im attempting
to connect too freezes or dosent allow connections from my specific IP address, in this case
the...
1,284
Posted By Noledge
Timeout in shellscripting
#!/bin/sh

for ip in $(cat /root/Desktop/ftp.txt)
do

HOST=$ip
USER='bob'
PASS='bob'
ftp -n $HOST <<EOF
user bob bob
EOF
echo "$ip"
done


the Above code i want to use check and...
Showing results 1 to 5 of 5

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