Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. DavidNYDN

    Need help receiving file

    hey calculus. I tried your code out and it sorta worked. I forgot to mention in my original post that I was transferring the file using FTP. Unfortunately there seems to be no way around my problem when transferring as FTP. However, when I changed the File transfer protocol to IND$File, the...
  2. DavidNYDN

    Need help receiving file

    I'm using Access to control an Extra session. I'm trying to transfer a file from the mainframe onto my desktop. Here's my code: Public Function ReceiveFile(strSource As String, strDestination As String) Sess0.ReceiveFile strDestination, strSource End Function It works, but unfortunately it...

Part and Inventory Search

Back
Top