× 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.



First of all, "drive T:" means nothing...that drive mapping is
distinct to a user's PC. While you may have a network share mapped as
"drive T" I could have the same share mapped as "drive J"...

The important thing is to know the "Universal Naming Convention" (or
UNC) path which is
\\pcservername\sharename

Windows uses a file sharing protocol known as Server Message Block (or SMB)

QNTC is the IBM i's SBM client interface, so you can use it to connect
to Windows network shares

If I've got a Windows PC named MYWINSERVER that has a file share named
MYCOOLFILES, then I can access the files in that share by using
\\MYWINSERVER\MYCOOLFILES

in Windows (try doing a start-->run )

or from the i
/QNTC/MYWINSERVER/MYCOOLFILES

try using WRKLNK '/QNTC/MYWINSERVER/MYCOOLFILES/*'

depending on how the i is configured, your existing windows servers
may not have been auto discovered. So you might need to
mkdir '/QNTC/MYWINSERVER'

before you can see the server and its shares.

http://publib.boulder.ibm.com/infocenter/iseries/v5r4/topic/ifs/rzaaxqntcfs.htm

HTH,
Charles

On Fri, Apr 16, 2010 at 2:08 PM, <DLee@xxxxxxxx> wrote:
Charles and John

Thanks for your suggestions.

Appreciate the help.

I haven't ever used the QNTC structure before so it will take somemore
learning on my part.

Right now, I'm wondering how this gets me to a pc network folder, like on
drive  T:  where a lot of our existing folders reside?
I haven't quit got the connection on how this works.

CPY OBJ('/mydir/myfile.pdf') TODIR('/qntc/pcserver/sharename/')

Regards,



SWBC
9311 San Pedro Ave., Suite 600
San Antonio, TX 78216

 Visit our website at www.swbc.com

--
This is the RPG programming on the IBM i / System i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.




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.