0
votes
1answer
20 views
REBEX FTP for .NETCF fails over GPRS/3G?
This is my VS2008 project setup/configuration (on Vista Business x86 with 3GB RAM) -
C# SmartDevice Project
Targeting Windows Mobile 6 Professional SDK, .NETCF 3.5
Running on Win …
0
votes
1answer
11 views
Ftp::GetFileSize does not allowing path with backslash.
I trying an execute a next code:
using (var client = new Ftp()) {
client.Connect("Server");
client.Login("UserName", "Password");
var size1 = client.GetFileLength(@" …
0
votes
1answer
13 views
space in folder name
Hello!
We have a problem with FTP component.
Consider this ftp site structure:
root
-> Dir with space
-> file with space.txt
...
When using Ftp.GetList() recursively, w …
0
votes
2answers
45 views
Problem Connecting to ftp while transferring using Rebex.Net.Ftp
Adding more threads to upload while transferring, i get these errors while setting properties or connecting:
Stack Traces:
Rebex.Net.FtpException: Another operation is pending.
…
1
vote
1answer
46 views
Common interface/usage for FTP and SFTP
Is there a version of the library that has a common interface for Ftp and for Sftp. I need to toggle between the two in a library however because I don't see a common interface, I …
0
votes
1answer
16 views
FTP error 426 ( active mode or Passive mode )
I have a user report FTP error 426. Can anyone tell me ahwt situation would lead to that error ?
I habe 'googled' for som advice on it, but the only area where there is come rele …
0
votes
1answer
14 views
FTP logon error 530
A user of one of mny applications is reporting an error User cannot log in (530) ftp is trying to when trying to log on. He is using IIS 6.0 on Windows Server 2003.
Here is the l …
0
votes
1answer
26 views
How to download multiple
Our company uses Rebex with C# to put and get files to servers. I am in a situatuion though where I now need to download many files from the server I ftp into. In other words if th …
1
vote
1answer
18 views
FTP error from wince 5.0 device
Hi,
I'm using rebex FTP 2.0.2567.0.
I'm getting an error saying that the FTP host actively refused the connection.
This only happens after a few good connections, and uses the s …
0
votes
1answer
10 views
How to interpret : Ftp.DeleteFile(string remotePath)
I am using Rebex 2005 to get and put files to a server. When I am done I need to Delete the files I deleted from the directory where the files resided "target_folder"
How can I de …
0
votes
1answer
32 views
How to handle non-standard FTP server that doesn’t support LIST command?
Hi,
I have to interact with a seemingly non-standard FTP server... So when I do a Ftp.GetList() the server doesn't seem to handle the LIST command, but it CAN handle "LS". How can …
0
votes
2answers
38 views
GetList() Wrong modified DateTime
Hi,
i have an FTP Server with a Linux Style Raw List. Normaly there is now Problem, but on this Server, if i make the GetList all Files have NOW as modified DateTime.
What is wron …
1
vote
1answer
83 views
Unable to connect over FTP
We're having problems connecting to a particular server with the FTP.NET Winform Sample Client (WinFormClient.exe). The FTP server we're trying to connect to is running Windows Ser …
0
votes
1answer
176 views
upload file after renaming another file
hi
i am facing a weird problem. The scenario is that I have a folder that contains an image file. When the user upload another image file, then firstly the existing image file is …
0
votes
1answer
125 views
Can i create FTP user accounts programmatically?
Hi,
Please suggest me, How can i create FTP user accounts?