‎2006 Nov 28 3:22 AM
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
‎2006 Nov 28 3:25 AM
PUT <filename with directory>.
PUT '/dir/sub_dir/.../file'.
Kind Regards
Eswar
‎2006 Nov 28 3:49 AM
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
‎2006 Nov 28 3:55 AM
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
‎2006 Nov 28 3:27 AM