0% found this document useful (0 votes)
155 views6 pages

FTP Tnsnames - Ora

We can connect to an FTP server using the ftp command followed by a hostname. This will prompt for a username and password to access the server's directory and files. Once logged in, we can download files from the server to our local computer directory using the get command, and upload files to the server from our local directory using the put command.

Uploaded by

api-27048744
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
155 views6 pages

FTP Tnsnames - Ora

We can connect to an FTP server using the ftp command followed by a hostname. This will prompt for a username and password to access the server's directory and files. Once logged in, we can download files from the server to our local computer directory using the get command, and upload files to the server from our local directory using the put command.

Uploaded by

api-27048744
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 6

Start and run option ftp <host name> this will be changed project to project other wise we can

host name from tnsnames.ora file


We will be getting above screen
We will be coming back to our own directory either C or D wherever the file is available.
It will ask you Username and Password and once we enter correct UserId and Password then it will
shows the screen like above.
It will show all the files whatever files are available in the directory.
And set the LCD (Local Directory to C or D)
So that whatever the files we are downloading those files coming to local (C or D) directory and we
can upload our file from the Local directory.
Here we are setting BIN mode and LCD Directory.

And we are downloading the file from Server to LCD usignthe folliwng command
Get <file name>
Now we can get the file from C drive.
After customization we can set in the server using the following command.

Put <filename>

You might also like