× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



When I do a get myfile.file/mymbr.mbr ,then where on my PC will I get
the transferred file.

I mean how will I locate it.

I run the following command

FTP system name
user id
password
cd /qsys.lib/your-library.lib
get myfile.file/mymbr.mbr

That will go to your current directory. At the DOS prompt, before typing
the ftp command, you will (by default) see your "current directory" as the
prompt. This will be the location of the file.

There are two generic methods to make this more explicit.

1) Start a DOS prompt.
CD to the directory where you want to store the file.
(If it's on a different drive ( like D: ) then first type D:
<ENTER>
then type CD \my\path <ENTER>
Type FTP hostname...
user id
password
cd /qsys.lib/your-library.lib
get myfile.file/mymbr.mbr
quit


2) From your FTP session, type:
ftp hostname
user id
password
cd /qsys.lib/your-library.lib
get myfile.file/mymbr.mbr d:\my\path\myNewFileName.txt

HTH

Dennis Lovelady
http://www.linkedin.com/in/dennislovelady
--
Windows Error 007 System price error. Inadequate money spent.




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.