Search Results

Search: Posts Made By: rookie250
5,126
Posted By rookie250
FTP script not working
hi

I have made d below ftp script but the last part of script ie. moving the files after transfer (to a location in the source server only) is not working for me.

Can anybody pls..help.in...
7,011
Posted By rookie250
Hey..i need..a..unix...ftp script..which...
Hey..i need..a..unix...ftp script..which transfers a file to sme other server..and if the transfer is succesfull then the file is moved to smeother directory...and if not..then..it shld remain in...
7,011
Posted By rookie250
retry process in ftp
hi #!/bin/bash
SERVER=10.89.40.35
USER=xyz
PASSWD=xyz

ftp -in $SERVER<<EOF
user $USER $PASSWD
mkdir PPL
cd /path of remote dir
lcd /path of local dir
hash
bin
put <file name>
bye
<<EOF...
1,917
Posted By rookie250
hi...i tried debuggin wid set -x but m not able...
hi...i tried debuggin wid set -x but m not able to understand wat script tryin doin...heres a snapshot of d debuggin.. (loggin wid user: hero)..wen i do telnet from user account hero..

+ [ -f...
1,917
Posted By rookie250
hi..ya i tried..puttin dis script in etc/profile ...
hi..ya i tried..puttin dis script in etc/profile but not successful ...i was still able to telnet through that user account....although script seems fine..but i guess m not able to implement it...
1,917
Posted By rookie250
hi..all..pls...help..!!..profile scripting..
hi..

I want to customize a user in unix which could have only ftp access and NO TELNET ACCESS! .....
As being a newbie to unix to my understanding the user .profile has to be edited but if...
Showing results 1 to 6 of 6

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