on ‎2007 Jun 27 6:54 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 7 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.