Hi there,
I am trying to download files from my GoAnyWhere server with REST API but I get all the time, connection timeout.
I have the server address, custom port, username,password and the folder with the files.
I couldn’t find documentation on GoAnyWhere site for downloading files using API.
I would appreciate it if there is someone else who has done this in the past and can help me. Thanks a lot for all the help.
Hi,
I am not familiar with GoAnywhere but since this post is a little older I thought I might add something.
I did a quick google search and assume you refer to GoAnywhere by “Fortra”.
It looks like they also provide FTP access, so you might consider something like ftplib, encrypted obviously.
Thank you friends,
I had a problem in my network connectives and I used in pysftp instead of REST API.