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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by behshad312

  1. behshad312

    ftplib library

    Hi, Thanks for your reply. Python version: 2.4 code: def uploadFile(user, client, post_data, appDir=""): timeStamp = str( time.strftime( "%Y%m%d%H%M%S" )) parentDir = str(client.clientId) childDir = user.fullName.replace(' ','_') + '_' + timeStamp uploadFile =...
  2. behshad312

    ftplib library

    I can't upload very large files (more than 100 MB) on the site using ftplib library. Who shall help me?

Part and Inventory Search

Back
Top