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

[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