Browse by Tags
All Tags » ftp (RSS)
Showing page 1 of 2 (18 total posts)
-
Hi Lup,
You do not need to use the AsyncFtpClient class in order to display downloaded data to a progress bar. In your code (before you start syncing, you can subscribe to the OnSynchronizationProgression event in the SynchronizationEvents class. You will then have access to the Percent property from the ByteProgression property in the ...
-
hi im still making the project as u saw b4 in my older posts so i got it to show many stuff and im almost done
So what i really need to know is how to make it show the time remaining for the file that is downloading im using visual basic 2010 so if you can show me a code example that should do it
_________________________________________
My ...
-
hi guys i need help with something please
so let say i have a button called download and then there is this code
If ListBox1.SelectedItem = ''Test'' Then
Button1.Enabled = False
Button3.Enabled = False
...
-
hi everyone out there
i was wondering if there is anyway to like let say i made a project and then there is a a button called update
when i press update it checks for version and it downloads the new updated file and the problem is
how do i make the new downloaded file to download in the same place where my application is
im ...
-
HI everyone outthere.
i really need help with something if you could help i would really appreciate it
what i need is let say i made a label in my visual basic 2010 project and called the label1 as speed:
and i want label1 which is speed: to display the speed of the file downloading from the ftp
if you could give me a code for ...
-
Beta builds
From time to time, we will post beta builds of an upcoming service release here. We will do so if we feel the included bug fixes will affect and interest a significant number of clients.
You can be automatically notified of new beta builds by clicking the 'Enable Email Subscription' button above.
The beta builds are removed once ...
-
Getting error message
Public member 'Text' on type 'Short' not found.
at Xceed.Ftp.Engine.FtpCommandSequence.EndExecute(IAsyncResult asyncResult)
at Xceed.Ftp.FtpClient.DoExecuteCommand(FtpCommandChannel commandChannel, BaseFtpCommand command)
at Xceed.Ftp.FtpClient.DoSendMultipleFiles(FtpCommandChannel commandChannel, ...
-
Hi,
actually, the error is not coming from the client.disconnect() method but rather with the server being unable to handle the TelnetInterrupt signal. Therefore, you should refer to this page : http://doc.xceedsoft.com/products/XceedFileSystem/FTPComponent_FtpClient_properties.html
You will see a property called ...
-
Hi Murali,
the error you are seeing is not the best indicator of what is happening. Your code for an (normal) FTP session won't work directly for a FTPS (FTP SLL) session. You have to modify your code to handle the certificate in the FTPS session.
You should take a look at the Xceed FileSystem Snippet Explorer, which ...
-
Hi,
I need to work on Implicit secure ftp connection over the web. Here the code which does the authentication
fc = new Xceed.Ftp.FtpClient();fc.CertificateReceived += new CertificateReceivedEventHandler(fc_CertificateReceived);fc.CommandSent += new CommandSentEventHandler(fc_CommandSent);fc.ReplyReceived += new ...
1
|
|
|
|