cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to execute FTP server put command!

Former Member
0 Likes
2,062

Hi,

i am uploading a flatfile into the application server using FTP !

for that i had logged into the respective application server in CMD prompt and

enter the following statement ( OS : WINDOWS XP )

PUT filepath\filename

But i am not able to upload the file.

is it correct ? or am i missing something?

Thanks,

Ravi

View Entire Topic
Former Member
0 Likes

First thing make sure that both the system has been FTP configured.After that,

Open a command prompt (Start/Run/cmd)

change directories to the location where you'd like to serve up files...

for example if you want to put a file on a remote system from your c:/ means

Enter cmd as

C:\>ftp

ftp>open ipaddr

>user:

>pwd:

ftp>dir

ftp>asc

ftp>put test1.txt test2.txt

it will go to the remote sytem...see the ftp root directory in yr remote system....

Try this way...

Regards,

Gopinathan.T