0 votes
by (290 points)
edited

Hi,

I am using Rebex.net namespace for .net 2.0 . I am facing the Unexpected problem with Rebex. Some Methods and classes are not working. When i am trying to Sftp class for secure transfer then It is not visible in rebex.net namespace. Also i see in samples ftp.PutFile() and ftp.Putfiles() method for unique transfer and bulk transfer but i can use only putfile() method But PutFiles() method is not visible.

Can any one help me about these problems. I have buy the full version of rebex.

Thanks & regards Shwetamber Chourey Software Developer India

Applies to: Rebex SFTP, Rebex FTP/SSL

2 Answers

0 votes
by (1.0k points)
edited

Hello,

from your description it is not clear what component did you purchase. May be you have got only ftp not sftp component or you have an old version that does not contain method GetFiles().

Please send to support@rebex.net your order number and we will advise you next steps.

0 votes
by (140 points)
edited

Hi,

Thanks for reply.
I was buy the full version of rebexftpssl-full-2[1].5.2700.0-dotnet2.0 . These dll does not contain all methods which they have described in sample code. for example they provide a method putfiles() and getfiles() for bulk transfer. But when i trying to use these methods it gives compilation error.

Rebex.Net.Ftp does not contain a definition for putfiles().
(Are you missing a using directive or an assembly reference ? )

Also Ftp and FTPS transfer only work when i use default port either 21 or 22. If i use another port then it gives exception for connecting.

Thanks & Regards
Shwetamber Chourey
India

by (13.0k points)
The PutFiles and GetFile were added in the build 3300. You have to upgrade to the more recent version to use them. Renewing your support contract will does the job: http://www.rebex.net/shop/supportContract.aspx . Regarding ports other than 21 or 22: If there is no SFTP/FTP server listening on the other other it's impossible to connect. See http://www.rebex.net/kb/tls-ssl-explicit-implicit.aspx and http://www.rebex.net/kb/secure-ftp.aspx for common ports for SFTP, FTP and FTP/SSL.
...