FTP or COPY - To copy WOrd file from my PC no NT Server?

FTP or COPY - To copy WOrd file from my PC no NT Server?

Post by Action M » Sat, 18 May 2002 04:24:40



I folks;

I need to copy text file, Word DOcument and exel file from my pc into the NT
server called "ServerNT123".

if the file was fond on "C:\Doc1\Wollo.DOC"

How do I move it using SAS into the SeverNT123? I user SAS Intrnet
Dispacher, but if I get some hint on how to use it using the Base SAS, that
is Good enough for me.

Thanks;
Wollo

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx

 
 
 

FTP or COPY - To copy WOrd file from my PC no NT Server?

Post by Prasad Ra » Sat, 18 May 2002 05:31:53


Mr. Action Man:

Do you have to use SAS for this?, it's not a sas dataset,  why not go into
windows explorer and right mouse click on the file, copy and paste it where
ever you want.

if you still want to do it in SAS then run this  command  x 'copy C:
\Doc1\Wollo.DOC  serverNT123:\';

Prasad Ravi



                        AIL.COM>               Subject:    FTP or COPY - To copy WOrd file from my PC no NT
                        Sent by: "SAS(r)              Server?
                        Discussion"

                        GA.EDU>

                        05/16/2002 12:24
                        PM
                        Please respond to
                        Action Man

I folks;

I need to copy text file, Word DOcument and exel file from my pc into the
NT
server called "ServerNT123".

if the file was fond on "C:\Doc1\Wollo.DOC"

How do I move it using SAS into the SeverNT123? I user SAS Intrnet
Dispacher, but if I get some hint on how to use it using the Base SAS, that
is Good enough for me.

Thanks;
Wollo

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx

 
 
 

1. Copy a word file from my PC drive into my server - Problem

Goos Morning SAS-L;

On the system I am develloping; I need to transfer or copy files (.doc,...)
from my pc into the LAN server. I used the following Procedure:

filename From_PC 'c:\mine\Test.doc.doc';
filename putit url
'http://Server_Name/helpdesk/Doc/Test.doc';
data _null_;
  infile From_PC;
  input x $char80.;
  file Putit;
  put _infile_;
run;

I get the following error:

ERROR:  URL/HTTP Access Method does not support Random mode
ERROR: Invalid open mode.

Any idea what is wrong with the above SAS procedure?

Kindly;
Wollo

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

2. fdsmoney 2004 will not run on my computer

3. copying a file without using module File::Copy

4. AntiVirus and R-Sea-Yes

5. copying a file to a ftp-server

6. Live Video via ActiveX Control

7. Copy loacal file from within PB App. to NT Server

8. Discovering links...

9. How to copy a saved notepad file in PC to the UNIX server

10. eegads! File::Copy not copying

11. Docutech remote filing via FTP to Windows NT or 2000 FTP server?

12. FTP Server without RAM copies

13. How to copy a graphic in PDF file to Word?