Application Development and Automation 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: 
Read only

FTP COMMAND

Former Member
0 Likes
519

HI

i want to shift local file to application server using FTP aommand 'PUT'

can anybody send syntax for PUT command.its urgent

thanks in advance.

Thanks & Regards

Sree

4 REPLIES 4
Read only

Former Member
0 Likes
478

PUT <filename with directory>.

PUT '/dir/sub_dir/.../file'.

Kind Regards

Eswar

Read only

0 Likes
478

hi eswar,

for this i am getting error 22 invalid argument..

can u give me full command

destination server : banftp\folder

source :c:\msh\abc.xls

Thanks & Regards

sree

Read only

0 Likes
478

Hi Sree

I guess you are trying to place a file from presentation server to application server.

Are you trying via program or manully via command prompt???

Alternatively you can check transaction: CG3Z if you just need to place the file on application server.

For manullay transferring via Command prompt, please follow below steps:

1. CMD

2. Change the local directory to specific path

3. FTP <server name>

4. Once connected change the FTP directory to destination directory.

5. Now use PUT Command.

Eg: PUT <filename>.

This works.

Kind Regards

Eswar

Read only

Former Member
0 Likes
478

chk this FM 'FTP_COMMAND'