 |
|
 |
Is this project in c# o in ASP.NET or in VB.NET??? It will be fantastic
|
|
|
|
 |
|
 |
i'm trying to embed HTML editing to FTP wanderer. The problem is, when i call the editing dialog (after the file has been downloaded to a temp folder), it usually opens before the temp download has finished. Any ideas on how to tell my function when a download actually finishes?
|
|
|
|
 |
|
 |
Hello
If you search a comfortable and reusable FTP client,
-- which is running on .NET Framework 1.1 or higher,
-- which can automatically put together splitted files on the server,
-- which allows to download only a part of a file on the server,
-- which allows to resume any broken download,
-- which automatically starts a separate thread,
-- which can be aborted any time from your main thread,
-- which supports UTF8 encoded filenames,
-- which has a built-in download scheduler,
-- which has a built-in bandwidth control,
-- which has a built-in preview function for the download of movies,
-- which automatically reconnects the server after an error has occurred,
-- which displays download progress in percent and in bytes and the remaining time,
-- which writes a detailed logging for all operations it does,
-- which is based on Wininet.dll and has one workaround for each of the 4 known Wininet.dll bugs,
-- which is very well tested and bug-free,
-- which is written by a very experienced programmer and has a very clean and well documented sourcecode,
then have a look at this project:
ElmueSoft Partial FTP Downloader[^]
Elmü
|
|
|
|
 |
|
 |
How i can Make a HTTP connect?
|
|
|
|
 |
|
 |
Hi Pablo,
First of all, thx for this great project.
I am having problem with my MFC/WinInet project which is doing ftp connections. I cannot change its timeout durations. I tried lots of things but connection timeout is always 20 seconds.
So I downloaded and compiled your project; In FTP Wanderer you set default timeout value to 30 seconds if there is no timeout duration set at registry. So I set up a connection which will drop into timeout. when I start connection, it drops into timeout when 20 seconds passed ( not 30 seconds which is set within program ).
I downloaded and tried many opensource WinInet FTP project to test this, all of them dropped into timeout at 20 seconds; not the timeout value set in project.
Is there a possibility of WinInet having a bug within CInternetSession.SetOption() timeout values?
Regards,
Cem.
|
|
|
|
 |
|
 |
------ Build started: Project: FTPWanderer, Configuration: Debug Win32 ------ Compiling... StaticLink.cpp f:\课件_实验\ftpwanderer\staticlink.cpp(42) : error C2440: 'static_cast' : cannot convert from 'UINT (__thiscall CStaticLink::* )(CPoint)' to 'LRESULT (__thiscall CWnd::* )(CPoint)' Cast from base to derived requires dynamic_cast or static_cast Build log was saved at "file://f:\课件_实验\FTPWanderer\Debug\BuildLog.htm" FTPWanderer - 1 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
|
|
|
|
 |
|
|
 |
|
 |
When i drag and drop a folder containing files to a server..files are not getting uploaded...help me
|
|
|
|
 |
|
 |
Pablo,
Awesome ..... I don't think .... I can say anymore .... Thanx for sharing this..
Regards
Programm3r
|
|
|
|
 |
|
 |
your ftp wanderer is superb..and almost perfect...u r the man..good job..thanx for helping people like me..adioz man
|
|
|
|
 |
|
 |
Is it possible to use WinInet FTP and scroll in some window exact communication ? I mean whole ftp commands and responses ?
Thanks!
rrrado
|
|
|
|
 |
|
 |
Hi
Very nice article.
I have a query.?
How can I implemment Security over FTP..?
(Both in Server and Client)
My sicere thanks in advance.
Best Regards
Kumar
|
|
|
|
 |
|
 |
I was looking thru the code on this project, because I was specifically looking for an implementation of the APPEND FTP command; in my case, i want to append information via FTP, rhatehr than replace an exisitng file witht eh same name.
Any plans on implementing this command?
|
|
|
|
 |
|
 |
It has already been implemented in newer releases:
http://www.pablosoftwaresolutions.com/html/ftp_wanderer.html
|
|
|
|
 |
|
 |
I looked on your site, and did not actually see an APPEND feature; is this the same as your "resume feature for upload and download" mentioned there?
I've already written a class wrapped around the inet control in VB,but i never found out how to append to an existing file using the inet control...the RETR command, to resume a previously started download, is supported by some FTP servers, but the inet control doesn't seem to have an append command like the ftp.exe / command prompt program does to APPEND more data to an Existing File on the FTP Site
-- modified at 14:41 Wednesday 21st September, 2005
|
|
|
|
 |
|
 |
You can use the WININET FTPCommand API to send custom commands to an FTP server. You'll have to parse the response yourself.
|
|
|
|
 |
|
 |
1.when i download(or upload) a file with its size larger than 40M ,i find the process bar display wrong, and i find the bug is that : " the value you define the progress bar, when in multiply * 100, it will outband ,so you should define it with 'double'" ,
2.when it in multiThread download ,it work does not smoothly, and when it work in singleThread download ,it work well
siduizhangjian
|
|
|
|
 |
|
 |
These bugs and hundreds of others have been fixed in the latest release.
Please download the latest version from my website:
http://www.pablosoftwaresolutions.com/html/ftp_wanderer.html
|
|
|
|
 |
|
 |
Well the site you always mention do not give the source code. Please don't do commercial solicitation in here.
Umer Mansoor
|
|
|
|
 |
|
 |
Background information: Video-on-demand FTP
Hi, I am looking for the project workspace for FTP wanderer... and it is a very good project... I am currently using it as a reference for my school project... However, I need to make amendments to the disalog box, as I want to add an additional button... This button is for me to play the video file on transfer...
My questions are, how much I could not access and look at the resources for the FTP wanderer...? And with your knowledge, during file transfers, can I play the videos...?
|
|
|
|
 |
|
 |
How to use socks proxy to connect to remote server?
|
|
|
|
 |
|
 |
I've added proxy support to newer versions (1.5 and higher) of the software:
http://www.pablovandermeer.nl/ftp_wanderer.html
Premium members of my website can download the source that include proxy support.
|
|
|
|
 |
|
 |
it is OK under WINDOWS 2000 and XP.
But under Windows 98, after a file has been transfered, it will hand.
Any one can explain it?
Thanks
|
|
|
|
 |
|
 |
There's a bug in the CXXXXXXThread::KillThread methods this will fix it:
DWORD dwResult;
// make sure it is running
while ((dwResult = ResumeThread()) > 1)
{
if (dwResult == 0xFFFFFFFF)
break;
}
See also http://www.pablovandermeer.nl/ftp_wanderer.html
|
|
|
|
 |
|
 |
Hello
I need to move file from one folder on FTP server to another folder on the same FTP server like we can do in windoes explorer.
kindly help me.
Best regards
USman
|
|
|
|
 |