MCPcopy Create free account

hub / github.com/ashkulz/NppFTP / functions

Functions1,267 in github.com/ashkulz/NppFTP

MethodReceiveFile
UTCP/src/ftp_c.cpp:301
MethodReceiveFile
src/FTPClientWrapperSSH.cpp:249
MethodReceiveFilePASV
FIXME (This function Will never be called ) ?? ReceiveFilePASV Retrieves the specified file from the currently connected FTP site. The fi
UTCP/src/ftp_c.cpp:596
MethodReceiveFileStatus
ReceiveFileStatus This virtual function is called during a ReceiveToFile function. Params bytesReceived - number of bytes received so
UTCP/src/ut_clnt.cpp:2114
MethodReceiveFileStatus
ReceiveFileStatus This virtual function is called during a ReceiveToFile function. Params bytesReceived - number of bytes received so
UTCP/src/ftp_c.cpp:73
MethodReceiveFileStatus
src/FTPClientWrapperSSL.cpp:527
MethodReceiveFrom
RecieveFrom Receives data from a UDP connection (see CreateUDPSocket) Params data - data buffer to receive data dataLen - l
UTCP/src/ut_clnt.cpp:1160
MethodReceiveToFile
ReceiveToFile Receives data from the current connection directly to a file. This function will not return until the connection is termi
UTCP/src/ut_clnt.cpp:1688
MethodRedraw
src/Windows/Window.cpp:128
MethodRedrawItem
src/Windows/Treeview.cpp:402
MethodRefObject
src/RefObject.cpp:22
MethodRegisterClass
src/Windows/DragDropWindow.cpp:78
MethodRegisterClass
src/Windows/OutputWindow.cpp:122
MethodRegisterClass
int Window::setClassname(LPCTSTR classname) { m_className = classname; return 0; } int Window::setHWND(HWND hwnd) { m_hwnd = hwnd; return
src/Windows/Window.cpp:200
MethodRegisterClass
src/Windows/FTPWindow.cpp:275
MethodRegisterDockableDialog
src/Windows/DockableWindow.cpp:195
MethodRegisterWindowClass
RegisterWindowClass Registers a window class of type 'CUH_Control' so that it can be used in dialog boxes Params hInstance - program i
UTCP/src/uh_ctrl.cpp:208
MethodReleaseID
src/Windows/Toolbar.cpp:423
MethodRemoveAllChildItems
src/Windows/Treeview.cpp:128
MethodRemoveAllChildren
src/FileObject.cpp:119
MethodRemoveAttribute
tinyxml/src/tinyxml.cpp:437
MethodRemoveAttribute
tinyxml/include/tinyxml.h:1081
MethodRemoveCRLF
RemoveCRLF Removes the '\r\n' pair from the given string if found Params buf - string to remove the '\r\n' from Return none ***
UTCP/src/utstrlst.cpp:54
MethodRemoveChild
tinyxml/src/tinyxml.cpp:335
MethodRemoveChild
src/FileObject.cpp:103
MethodRemoveSpaces
RemoveSpaces Removes leading and trialing spaces from the given string Params szString - the string to trim the spaces from Return
UTCP/src/utstrlst.cpp:427
MethodRename
src/FTPClientWrapperSSL.cpp:238
MethodRename
src/FTPClientWrapperSSH.cpp:202
MethodRenameProfileObject
src/Windows/ProfilesWindow.cpp:168
MethodReplaceChild
tinyxml/src/tinyxml.cpp:296
MethodReplaceString
src/StringUtils.cpp:225
MethodReset
Reset Shuts down and restarts the winsock DLL Params none Return UTE_SUCCESS - success UTE_ERROR - error ********************
UTCP/src/ut_clnt.cpp:2035
MethodReset
src/DragDropSupport.cpp:455
MethodResetSSL
UTCP/src/ut_clnt.cpp:740
MethodResumeReceiveFile
UTCP/src/ftp_c.cpp:436
MethodResumeReceiveFilePASV
ResumeReceiveFilePASV Resumes retrieving the specified file from the currently connected FTP site. The file is then saved to the specif
UTCP/src/ftp_c.cpp:623
MethodRevert
src/DragDropSupport.cpp:575
MethodRmDir
UTCP/src/ftp_c.cpp:1440
MethodRmDir
src/FTPClientWrapperSSL.cpp:256
MethodRmDir
src/FTPClientWrapperSSH.cpp:222
MethodRootElement
Get the root element -- the only top level element -- of the document. In well formed XML, there should only be one. TinyXml is tolerant of multip
tinyxml/include/tinyxml.h:1452
MethodRow
Return the position, in the original source file, of this node or attribute. The row and column are 1-based. (That is the first row and first column
tinyxml/include/tinyxml.h:244
MethodSSLGetCurrentSession
UTCP/src/ut_clnt.cpp:815
MethodSSLReceive
UTCP/src/ut_clnt.cpp:799
MethodSSLSend
UTCP/src/ut_clnt.cpp:791
MethodSaveCache
src/FTPCache.cpp:199
MethodSaveClearCache
src/Windows/SettingsDialog.cpp:121
MethodSaveDER
src/SSLCertificates.cpp:24
MethodSaveFile
tinyxml/include/tinyxml.h:1436
MethodSaveGlobalPath
src/Windows/SettingsDialog.cpp:104
MethodSaveMasterPassword
src/Windows/SettingsDialog.cpp:113
MethodSaveProfiles
src/FTPProfile.cpp:593
MethodSaveSettings
src/NppFTP.cpp:268
MethodSaveSettings
src/FTPSettings.cpp:189
MethodSeek
Seek Moves the file pointer to a specified location Params offset - number of bytes from origin origin - initial position
UTCP/src/UTDataSource.cpp:387
MethodSeek
src/FTPClientWrapperSSL.cpp:713
MethodSeek
src/DragDropSupport.cpp:591
MethodSend
src/FTPClientWrapperSSL.cpp:460
MethodSendAsLine
UTCP/src/ut_clnt.cpp:918
MethodSendBlob
SendBlob Sends information to the currently connected client. The receive function can block until the specified timeout. Unlike Recei
UTCP/src/ut_clnt.cpp:878
MethodSendFile
SendFile Sends the specified file across the connection Params filename - file to send Return UTE_SUCCESS - success
UTCP/src/ut_clnt.cpp:1062
MethodSendFile
UTCP/src/ftp_c.cpp:897
MethodSendFile
src/FTPClientWrapperSSH.cpp:240
MethodSendFilePASV
SendFilePASV Sends the specified local file to the given destination on the currently connected FTP site. This routine duplicates
UTCP/src/ftp_c.cpp:1042
MethodSendFileStatus
SendFileStatus This virtual function is called during a SendFile function. Params bytesSent - number of bytes sent so far Return
UTCP/src/ut_clnt.cpp:2127
MethodSendFileStatus
SendFileStatus This virtual function is called during a SendFile function. Params bytesSent - number of bytes sent so far Return
UTCP/src/ftp_c.cpp:86
MethodSendFileStatus
src/FTPClientWrapperSSL.cpp:538
MethodSendTo
UTCP/src/ut_clnt.cpp:1119
MethodSetAcceptedMethods
src/FTPClientWrapperSSH.cpp:398
MethodSetAlignment
SetAligment Sets text alignment Params alignment - new alignment Return 0 - (UH_SUCCESS) 1 - (UH_ERROR) ***********************
UTCP/src/uh_ctrl.cpp:806
MethodSetAsyncNotify
SetAsyncNotify Sets which functions that will have an async notification if used. Param events - FD_READ FD_WRITE FD_OOB FD_ACCEPT FD_
UTCP/src/ut_clnt.cpp:2269
MethodSetBackColor
SetBackColor Sets the backgorund color to use when new lines are added to the history list Params color - new back color to use
UTCP/src/uh_ctrl.cpp:854
MethodSetBlockingMode
SetBlockingMode Blocking is on by default. But it may be turned off. If ansync functions are used then blocking is automatically turned
UTCP/src/ut_clnt.cpp:1369
MethodSetCacheParent
src/FTPProfile.cpp:455
MethodSetCertificates
src/FTPClientWrapper.cpp:60
MethodSetCondenseWhiteSpace
The world does not agree on whether white space should be kept or not. In order to make everyone happy, these global, static functions are provide
tinyxml/include/tinyxml.h:221
MethodSetConnectionMode
src/FTPClientWrapperSSL.cpp:372
MethodSetCurrentPosPtr
SetCurrentPosPtr Internal function Sets the current position within the history linked list Return 0 - (UH_SUCCESS) 1 - (UH_
UTCP/src/uh_ctrl.cpp:706
MethodSetData
src/FileObject.cpp:189
MethodSetData
src/DragDropSupport.cpp:310
MethodSetDataPort
SetDataPort Sets the default data port Params port (0-32000) over 1000 recommended Return UTE_SUCCESS - success UTE_ERROR - er
UTCP/src/ftp_c.cpp:1882
MethodSetDataPortRange
UTCP/src/ftp_c.cpp:1946
MethodSetDataSecure
* level 0: PROT C * level 1: PROT P */
UTCP/src/ftp_c.cpp:1903
MethodSetDefaultInstance
src/Windows/Window.cpp:165
MethodSetDefaultKey
src/Encryption.cpp:73
MethodSetDir
src/FileObject.cpp:143
MethodSetEncryptionKey
src/FTPSettings.cpp:74
MethodSetFont
SetFont Sets the font to use when new lines are added to the history list Params hont - handle to a font Return 0 - (UH_SUCCESS)
UTCP/src/uh_ctrl.cpp:651
MethodSetHistoryLength
SetHistoryLength Sets the minimum number of items that the history list can hold Params len - mimimum number of items Return 0 -
UTCP/src/uh_ctrl.cpp:748
MethodSetIcon
src/Windows/DockableWindow.cpp:153
MethodSetIndent
Set the indent characters for printing. By default 4 spaces but tab (\t) is also useful, or null/empty string for no indentation. */
tinyxml/include/tinyxml.h:1757
MethodSetInfo
src/Windows/DockableWindow.cpp:183
MethodSetLineBreak
Set the line breaking string. By default set to newline (\n). Some operating systems prefer other characters, or can be set to the null/empty str
tinyxml/include/tinyxml.h:1764
MethodSetListParams
src/FTPClientWrapperSSL.cpp:413
MethodSetLocation
src/Windows/DockableWindow.cpp:162
MethodSetLogName
SetLogName Sets the filename of the log file. If date stamping is enabled then then date stamp will be instered just be for the ex
UTCP/src/uh_ctrl.cpp:933
MethodSetMargin
SetMargin Sets the new margin to use when new lines are added to the history list Params margin - margin in pixels Return 0
UTCP/src/uh_ctrl.cpp:900
MethodSetMaxReceive
SetMaxReceive Sets the maximum number of bytes that can be received at once Note that SetSockOpt may report success while settin
UTCP/src/ut_clnt.cpp:1768
MethodSetMaxSend
SetMaxSend Sets the maximum number of bytes that can be sent at once. Note that SetSockOpt may report success while setting less
UTCP/src/ut_clnt.cpp:1749
MethodSetName
src/FTPProfile.cpp:241
← previousnext →901–1,000 of 1,267, ranked by callers