cancel
Showing results for 
Search instead for 
Did you mean: 

ftp commands

hymavathi_oruganti
Active Contributor
0 Kudos

how many ftp commands are there? what are they and

what each command will do?

can any body explain me the commands in detail or else can any one send me any link?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
hymavathi_oruganti
Active Contributor
0 Kudos

hi sudheer,

thanks for the quick response,

actually i have some sample programs,

but what i need is explanation of commands like put, mget etc.......

i am unable to find that .

Former Member
0 Kudos

Hi,

Take a look at this link, you will get all the details.

http://www.cs.colostate.edu/helpdocs/ftp.html

regards,

Ravi

Note : Please close the thread, if the question is answered

Answers (2)

Answers (2)

Former Member
0 Kudos

These are not specific to SAP, so can access any of the technical sites and check for the various commands available in FTP.

Former Member
0 Kudos

hi,

Following are the ftp commands,

-? - use -? by itself to display a list of commands or add the -? switch to any command to obtain help on the syntax and use

dir - displays contents of the directory

cd - change directory

get - the command get \<filename> allows the download of a file

mget - allows download of multiple files – this command and those above may be performed with read permissions

put - the command put \<filename> uploads a file from the client host to the server. This and all subsequent commands require appropriate user permissions to write to the directory

mput - allows upload of multiple files

delete - entered as delete \<filename>

mkdir - entered as mkdir \<directoryname>

rename - entered as rename \<old_filename>

Hope it helps.

Regards,

Shashank