Discuss , our SFTP/FTP/FTPS/SCP server for Windows. Secure, fast and customizable!

Tunneling option in

no avatar
User

roxx

Posts

1

Joined

Fri Aug 21, 2009 1:07 am

Tunneling option in

by roxx » Fri Aug 21, 2009 1:29 am

Hi,

I am able to successfully connect to a site using the FTPS protocol, but when I attempt to transfer files, it throws the exception, "File I/O Exception occured"
I am able to use Tumbleweed with the same settings and connect and transfer files accordingly, so I believe that I am missing a setting. The network admin thinks that Tumbleweed opens a tunnel. Is there any such setting to manipulate tunnels with enterpriseDT?

''''''''''''''''''Code
Dim ftp As New EnterpriseDT.Net.Ftp.SecureFTPConnection()
ftp.UserName = "un"
ftp.Password = "pwd"

ftp.ServerAddress = "server"
ftp.ServerPort = 21

ftp.Protocol = EnterpriseDT.Net.Ftp.FileTransferProtocol.FTPSExplicit
ftp.ConnectMode = EnterpriseDT.Net.Ftp.FTPConnectMode.ACTIVE
ftp.UseUnencryptedCommands = True

ftp.Connect() ''Works up to this point
Try
ftp.UploadFile(localFileName, feedBackDirectoryName) ''Bombs out here
Catch Ex As Exception

End Try

ftp.Close()
no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

Re: Tunneling option in

by support2 » Fri Aug 21, 2009 9:36 am

Email us a log file at the All logging level ... probably a firewall is blocking your connection.

Who is online

Users browsing this forum: No registered users and 37 guests

Powered by phpBB ® | phpBB3 Style by KomiDesign
cron