Hi ceciliaschultz,
When you are trying to connect manually(via core ftp/winscp/filezilla) how much time it is taking to connect?
First create connectioninfo object by giving your username,port..etc and then increase the time out.
ConnectionInfo connectionInfo
When you are trying to connect manually(via core ftp/winscp/filezilla) how much time it is taking to connect?
First create connectioninfo object by giving your username,port..etc and then increase the time out.
ConnectionInfo connectionInfo
connectionInfo.Timeout = new TimeSpan(0, 5, 0); //last position is seconds and middle one is minutes







