[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

RE: [sqr-users] unable to FTP through PIA




What is the error returned?  What application supplies your FTP?  Can you 
execute that command from the command line successfully?

Richard Knapp
Database Programmer/Analyst
Institutional Research and Planning
University of Missouri System
573-882-8856
knappr@umsystem.edu


-----Original Message-----
From: sqr-users-bounces+knappr=umsystem.edu@sqrug.org
[mailto:sqr-users-bounces+knappr=umsystem.edu@sqrug.org]On Behalf Of
mayank.bakhru@wipro.com
Sent: Thursday, April 01, 2004 11:37 PM
To: sqr-users@sqrug.org
Subject: [sqr-users] unable to FTP through PIA




Hi, 


I am unable to execute the FTP command thru the PIa here as  i can  FTP it thru 
SQRW

The code looks like


Begin-program

let $ftp_file='test1.txt'

  let $syscmd = 'FTP -s:' || $ftp_file

 CALL SYSTEM USING $syscmd #stat WAIT
  
   if #stat = 0 
  let $disp = 'FTP successful...'
   display $disp
  else
   let $disp = 'Error ' || to_char(#stat) || ' attempting FTP...'
    display $disp
  end-if

end-program


could any body help


I have gone thru this article and tried everything  associated with this 
article

 [sqr-users] Using Call System to FTP on file on WINNT-and PeopleSoft

nothing helps

 

Regards

Max

 


Confidentiality Notice 

The information contained in this electronic message and any attachments to 
this message are intended
for the exclusive use of the addressee(s) and may contain confidential or 
privileged information. If
you are not the intended recipient, please notify the sender at Wipro or 
Mailadmin@wipro.com immediately
and destroy all copies of this message and any attachments.
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users