--
You received this message because you are subscribed to the Google Groups "Bots Open Source EDI Translator" group.
To unsubscribe from this group and stop receiving emails from it, send an email to botsmail+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/botsmail.
For more options, visit https://groups.google.com/d/optout.
Followed this link one more time and it does not work https://securityblog.gr/3282/how-to-install-pycrypto-on-windows/
--
Tom,Are you using SFTP? Everything else works fine for us too except for connecting to GXS using SFTP
--
--
PS C:\python27\scripts> pip uninstall pycrypto
DEPRECATION: Uninstalling a distutils installed project (pycrypto) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
Uninstalling pycrypto-2.6:
c:\python27\lib\site-packages\pycrypto-2.6-py2.7.egg-info
Proceed (y/n)? y
Successfully uninstalled pycrypto-2.6 PS C:\python27\scripts> pip install pycrypto
Requirement already satisfied (use --upgrade to upgrade): pycrypto in c:\python27\lib\site-packages
You are using pip version 8.1.1, however version 9.0.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.ImportError: Dependency failure: communicationtype "sftp" requires python library "pycrypto".--

No matter what I try I can't get the authentication to work. When I connect to GXS with an WinSCP FTP client form that same server it works. I guess it could still be possible that AWS is blocking something.Is there a log file in Bots that I could check where it may give me more details?
--
in config/bots.ini:
- set debug to True
- set ftpdebug to 1 (or 2, which gives evven moree detailed information)
run again
in botssys/logging a file is created that contains the extended logging information (file sftp.log)