FTPedit

This program emulates Notepad using a WinInet NVO to give it the ability to open/save files via FTP. The Open function uses FTP getfile and the Save function uses FTP putfile. There is also Upload and Download functions that can be used to transfer large files using InternetReadFile & InternetWriteFile.


Win API Functions used:

CreateFileCloseHandleReadFile
WriteFileSHGetFolderPathGetTempPath
SendMessageStringFileTimeToLocalFileTimeFileTimeToSystemTime
GetLastErrorFtpCommandFtpCreateDirectory
FtpDeleteFileFtpFindFirstFileFtpGetCurrentDirectory
FtpGetFileFtpGetFileSizeFtpOpenFile
FtpPutFileFtpRemoveDirectoryFtpRenameFile
FtpSetCurrentDirectoryInternetCloseHandleInternetConnect
InternetFindNextFileInternetGetLastResponseInfoInternetOpen
InternetReadFile InternetSetOptionInternetWriteFile


——— Last updated 5/12/2009 ———