Use of the below ftp comands


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Use of the below ftp comands
# 1  
Old 01-07-2015
Use of the below ftp comands

plz let me know what the below ftp is doing it .

Code:
 ftp -m amazon-d . -i /test/load/y748_W*.stc


Last edited by Don Cragun; 01-07-2015 at 02:41 PM.. Reason: Add CODE tags.
# 2  
Old 01-07-2015
Quote:
Originally Posted by ramkumar15
plz let me know what the below ftp is doing it .
ftp -m amazon-d . -i /test/load/y748_W*.stc
Hello ramkumar,

After continously requesting and may be some infractions also you are NOT using code tags for commands/codes/Inputs which you are using in your posts, it is advisable to use the code tags as per forum rules so it will be easier for all of us to read the input data. You have completed 40+ posts so it can't be considered as you are a new user to forum now. Kindly go through the following link for forum rules.

https://www.unix.com/misc.php?do=cfrules

Rule 8:
Quote:
Use Code Tags around all code and data fragments in posts.
Additional helpful guidelines:
Quote:
(B) Use [code] tags when you post any code or data samples so others can easily read your code. You can easily do this by highlighting your code and then clicking on the # in the editing menu. (You can also type code tags
Code:
 and

by hand.)
Also we all are here to learn, so kindly go through man ftp try to search in forum and then come to some conclusion and let us know youre thoughts and ideas, we have experts in forum which will for sure help/guide/advice us on every thing but effort is must from our side also to show that we are learning and we got stuck somewhere and it applies to every one here. So enjoy learning Smilie.


Thanks,
R. Singh

Last edited by RavinderSingh13; 01-07-2015 at 10:07 AM.. Reason: Added rules and guidelines
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Execute multiple comands on one single line

hi, I have a litle problem i wish to excute this comand : ./test.sh -e txt /home -l a so what it says is that "-e" shows me all the extenions that are ".txt" in "home" this works but then i wish that "-l" will show all files begining in this case with the letter "a" . Both comands work... (5 Replies)
Discussion started by: samirboss
5 Replies

2. HP-UX

[Solved] Unable to rename file in ftp server .Net:FTP perl

Hello All, I am trying to connect to ftp server and get the files. Also i need to rename the file in other ftp dir. rename method is not allowing me to rename the file in other dir. When i tried copy command by using net::FTP:FILE then perl says it is not installed. Can some body help me to... (2 Replies)
Discussion started by: krsnadasa
2 Replies

3. Shell Programming and Scripting

Script Help - Multi Comands

Hi guys I am trying to get a bunch of lines into a .sh script that will let me easily run a bunch of commands on its own without me having to be there... I have done this with other things but apparetnly it doesn't like to use yum.. I will post my script you will see what im trying to do.. ... (3 Replies)
Discussion started by: Bigstack
3 Replies

4. Shell Programming and Scripting

Automated FTP script using .netrc to multiple FTP servers

Hi all, I'm using the following script to automated ftp files to 1 ftp servers host=192.168.0.1 /usr/bin/ftp -vi >> $bkplog 2>&1 <<ftp open $host bin cd ${directory} put $files quit ftp and the .netrc file contain machine 192.168.0.1 login abc... (4 Replies)
Discussion started by: varu0612
4 Replies

5. Solaris

Solaris 10 network, process, database related comands

Hi everbody, Can anyone let me know the resources for list of network, process, database related commands of solaris10 possibly with little bit of explanation. Thanks in advance, Chandra Sekhar. (1 Reply)
Discussion started by: chandoo.java
1 Replies

6. UNIX for Advanced & Expert Users

Using FTP to check whether file is completely FTP... plz find the description below

Hi, We have some clients who will place huge files in to one of the remote server. And the shell script written in our local server to retrieve client files (using FTP) placed on one of the remote server of ours by clients. My question Is there any FTP command/script to check from my local... (1 Reply)
Discussion started by: nmsrao
1 Replies

7. Cybersecurity

comands inside the script

hi, i want to put a set of commands inside a script and executing commands sequentially. there are 2 commands, the first command copies the program from my machine to another machine, execute it and get the result on my machine. the second command removes the program which was copied to the... (4 Replies)
Discussion started by: mercuryshipzz
4 Replies

8. UNIX for Advanced & Expert Users

For Loops Within Ftp Comands

I am having trouble getting files to ftp over when I run the file names through a loop. If I just do one file it works, but inside of a for loop it does not. Help! ################section 2 cd /home/salazar/chk_data chmod 777 * ftp -n 161.241.--.-- <<! user anonymous \n ascii for... (6 Replies)
Discussion started by: jsalz638
6 Replies

9. Shell Programming and Scripting

how to identify the type of shell using comands..

Dear friends, please tell me how to identify the type of the shell (whether cShell, kshell or anything else) please tell me the command. waiting for ur reply.... regards, swamymns (2 Replies)
Discussion started by: swamymns
2 Replies

10. Programming

External comands in C?

Hey all, I'm writting my first C program (Apart from the little ones I did to learn the program). What I want for this program to do is ping a range of IP's and then place the reply if alive into a file the compare all in that file to the /etc/hosts file to find the host name. I know I... (2 Replies)
Discussion started by: merlin
2 Replies
Login or Register to Ask a Question