There are two ways to FTP a file....
1. from Application server to presentation server and then presentation server to apllication server2. from one apllication server to other apllication server
Here we will see 1st methodi.e. using "from Application server to presentation server and then presentation server to apllication server". There are two steps to do the FTP.
1) Download application server file on your desktop. For this run "CMD" in the windows, the screen will appear likeC:\Document and setting >
Now, decide the path on which you want to save the file on presentation server e.g. say destination path "D:/". for this type D:, as shown belowC:\Document and setting > D: and press ENTER Key.
So, now command prompt will appear as D:\>
Now, give server details as:D:\>ftpand press ENTER Key.
Now, it will ask you for USER NAME as followsUser: and press ENTER Key.
Now, it will ask you for password as,331 Password required for.Password: and press ENTER Key.
Now, type path (from where you want to download file) on command prompt asD:\> ftp >> CDand press ENTER Key.
Now, download the file on destination path of presentation server as,D:\> ftp >> GETand press ENTER Key.
Check at "D:" path the file would be available.
2) Upload file from presentation server to application server
For this run "CMD" in the windowscm, the screen will appear likeC:\Document and setting >
Now, first get the source path on command prompt as, C:\Document and setting > D: and press ENTER Key.
Command prompt will appear as:D:\>
Now, give the destination server details as,D:\>ftpand press ENTER Key.
Now, it will ask you for USER NAME as followsUser: and press ENTER Key.
Now, it will ask you for password as,331 Password required for.Password: and press ENTER Key.
Now, type path (where you want to upload file) on command prompt asD:\> ftp >> CDand press ENTER Key.
Now, upload the file on destination path of application server as,D:\> ftp >> PUTand press ENTER Key.
Check at the application server path, the file would be available.
In this way one can FTP the file manually.
1. from Application server to presentation server and then presentation server to apllication server2. from one apllication server to other apllication server
Here we will see 1st methodi.e. using "from Application server to presentation server and then presentation server to apllication server". There are two steps to do the FTP.
1) Download application server file on your desktop. For this run "CMD" in the windows, the screen will appear likeC:\Document and setting >
Now, decide the path on which you want to save the file on presentation server e.g. say destination path "D:/". for this type D:, as shown belowC:\Document and setting > D: and press ENTER Key.
So, now command prompt will appear as D:\>
Now, give server details as:D:\>ftp
Now, it will ask you for USER NAME as followsUser
Now, it will ask you for password as,331 Password required for
Now, type path (from where you want to download file) on command prompt asD:\> ftp >> CD
Now, download the file on destination path of presentation server as,D:\> ftp >> GET
Check at "D:" path the file would be available.
2) Upload file from presentation server to application server
For this run "CMD" in the windowscm, the screen will appear likeC:\Document and setting >
Now, first get the source path on command prompt as, C:\Document and setting > D: and press ENTER Key.
Command prompt will appear as:D:\>
Now, give the destination server details as,D:\>ftp
Now, it will ask you for USER NAME as followsUser
Now, it will ask you for password as,331 Password required for
Now, type path (where you want to upload file) on command prompt asD:\> ftp >> CD
Now, upload the file on destination path of application server as,D:\> ftp >> PUT
Check at the application server path, the file would be available.
In this way one can FTP the file manually.