Help. In ftp sessions, how to refresh directory list?
Tech-Archive recommends: Fix windows errors by optimizing your registry
I read a document about FTP Sessions in MSDN.
http://msdn2.microsoft.com/en-us/library/aa384180.aspx
In the document, if you upload a file to FTP server, delete or rename
a file on FTP server, you need to remember to refresh directory
listing.
In the sample source code there is just a comment: // Remember to
refresh directory listing. But how to do it in C++? Just send a LIST
ftp command or use FtpFileFinder to enumerate the files on FTP
server?
Laurence
.
Relevant Pages
- Re: Microsoft FTP Server problem on W2K?
... It is a UNISYS ClearPath mainframe system that is trying to FTP using ... passive mode to a MS FTP server. ... Currently the mainframe FTPs in ACTIVE mode. ... Since the mainframe pushes files to our customers over a WAN connection, ... (microsoft.public.inetserver.iis.security) - RE: FTP Upload
... FTP server to the following specified size. ... //set or get the remote path of the FTP server that you want to connect. ... //set the class MessageString. ... (microsoft.public.dotnet.framework.aspnet) - Re: FTP Upload
... FTP server to the following specified size. ... //set or get the remote path of the FTP server that you want to connect. ... //set the class MessageString. ... (microsoft.public.dotnet.framework.aspnet) - RE: vsftpd beginners tutorial?
... # This file was created to illustrate the steps needed to create a new FTP ... Why vsftpd as this FTP Server? ... System software customization considerations. ... User and Group Configuration ... (RedHat) - Re: IPSwitch, Inc. WS_FTP Server
... > bounce attack as well as PASV connection hijacking. ... > The FTP bounce vulnerability allows a remote attacker to cause the ... > anonymously along with any internal addresses that the FTP server has ... That means it's got to handle a PORT ... (Bugtraq) |
|