Search Results

Search: Posts Made By: steve87bg
3,945
Posted By steve87bg
This isn't working. I'm realy confused now :( ...
This isn't working. I'm realy confused now :(

Can i somehow make batch file that will do this?
3,945
Posted By steve87bg
It cant connect to server. Maybe there are some...
It cant connect to server. Maybe there are some other solution that could be used for connecting to server?

---------- Post updated at 07:22 AM ---------- Previous update was at 05:50 AM...
3,945
Posted By steve87bg
I tried to connect to FTP with code #!...
I tried to connect to FTP with code

#! /bin/bash

#FTP connection
HOST="ftpconnect.com"
USER="user"
PASSWD="password"


ftp -n $FTP_SRV <<END_SCRIPT
quote USER $HOST
quote PASS $FTP_PSW...
3,945
Posted By steve87bg
Connect to FTP find files and export them to another server
Hi

I'm trying to make script that will connect to FTP Server than find files that contain word HIGH in name and than export them to another server. Can anyone tell me if something like this is...
Showing results 1 to 4 of 4

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