Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Transfer file to FTP server from SAP server

Former Member
0 Kudos

Dear all:

i want to Transfer file to FTP server from SAP server, but i have no idea, anyone can tell me, thanks..

Monson

2 REPLIES 2

Former Member
0 Kudos

Hi

start --> run --> type cmd (command prompt)

then u get windows command prompt type cd\

u will get c prompt

then type ftp <ur ftp server name > followed by ur ftp server name immediately after c prompt

then it will connect and ask u the username and password

give them

then u will get ftp> (this is ftp prompt as u connected to ftp server) now in ftp> type cd <the directory u wish to access>

go to the directory where u have to transfer file

then type get <XXXXXX.DAT> to get the file from sap server

this is how we can get the file from sap server to ftp server location specific

Hope this help u

Reward points if useful

Regards,

Sreenivas

0 Kudos

you mean not write some abap code, just do some stelp?