cancel
Showing results for 
Search instead for 
Did you mean: 

place a HTML file on the web server

Former Member
0 Kudos

Hi,

I would like to place a HTML file on the web server of pwdf6445.sas .corp.....

how i can do that?

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Tcode SE78 or try program RSTXLDMC

Tcode : CG3Z to store files from presentaion server to

application server.

TCODE : CG3Y to store files from application server

to presentation server.

http://help.sap.com/saphelp_nw70/helpdata/EN/eb/8c683c8de8a969e10000000a114084/content.htm

hope this information will help you ..

Former Member
0 Kudos

HI Deep ,

thanks,

i try CG3Z & CG3Y and it doesn't exist ,

TR se78 is to store a pic maybe u can explain how to do it ?

Thanks again.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Vijay

Sorry for the delay

for windows you can downlaod any third party sofware like cuteftp , winscp etc

-


for unix (make sure FTP deamon is running on the server)

at the command prompt type

>FTP pwdf6445

password : u have to give the password

then it will connect to ur server pwdf6445

FTP> put <file.name>

then u can use either put or get command here to downlaod/upload file on that server ..

FTP> quit

http://www.albany.edu/its/quickstarts/qs-ftp.html

Let me know if you have any queries

cheers

dEE

Former Member
0 Kudos

HI

You can try

Tcode SMW0 as well here are the screenshot for how to upload file

http://abap-explorer.blogspot.com/2008/10/how-to-display-picture-in-screen.html

else if you looking for jus placing file on the webserver then you can FTP file as well

there are lot of softwares to FTP a file : you can try winscp , ftpcute etc ...

also check :

Hope this will help you ,,

cheers

dEE

Former Member
0 Kudos

Hi Deep Kwatra ,

Thanks a lot.

i want just to verify.

what i want is that the html file be in the same location that my system (application server) .

u think that i have to put it in mime repository ?

Regards

Former Member
0 Kudos

HI Vijay

If u jus want to put the HTML file on the application server then u need not to put MIME repository .

you can just FTP that file on application server .

Hope this will help you . Award the points if u think answer is helpful .

Let me know if you any other queries

Kind Regards

dEE

Former Member
0 Kudos

HI deep ,

thanks , i award .

u write : you can just FTP that file on application server .

maybe u can how i do that?

at the end when i call the html file i get the same domain.

Regards

Edited by: Vijay Talst on Nov 18, 2008 2:46 PM