Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashkulz/NppFTP
/ functions
Functions
1,267 in github.com/ashkulz/NppFTP
⨍
Functions
1,267
◇
Types & classes
173
Method
ReceiveFile
UTCP/src/ftp_c.cpp:301
Method
ReceiveFile
src/FTPClientWrapperSSH.cpp:249
Method
ReceiveFilePASV
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
Method
ReceiveFileStatus
ReceiveFileStatus This virtual function is called during a ReceiveToFile function. Params bytesReceived - number of bytes received so
UTCP/src/ut_clnt.cpp:2114
Method
ReceiveFileStatus
ReceiveFileStatus This virtual function is called during a ReceiveToFile function. Params bytesReceived - number of bytes received so
UTCP/src/ftp_c.cpp:73
Method
ReceiveFileStatus
src/FTPClientWrapperSSL.cpp:527
Method
ReceiveFrom
RecieveFrom Receives data from a UDP connection (see CreateUDPSocket) Params data - data buffer to receive data dataLen - l
UTCP/src/ut_clnt.cpp:1160
Method
ReceiveToFile
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
Method
Redraw
src/Windows/Window.cpp:128
Method
RedrawItem
src/Windows/Treeview.cpp:402
Method
RefObject
src/RefObject.cpp:22
Method
RegisterClass
src/Windows/DragDropWindow.cpp:78
Method
RegisterClass
src/Windows/OutputWindow.cpp:122
Method
RegisterClass
int Window::setClassname(LPCTSTR classname) { m_className = classname; return 0; } int Window::setHWND(HWND hwnd) { m_hwnd = hwnd; return
src/Windows/Window.cpp:200
Method
RegisterClass
src/Windows/FTPWindow.cpp:275
Method
RegisterDockableDialog
src/Windows/DockableWindow.cpp:195
Method
RegisterWindowClass
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
Method
ReleaseID
src/Windows/Toolbar.cpp:423
Method
RemoveAllChildItems
src/Windows/Treeview.cpp:128
Method
RemoveAllChildren
src/FileObject.cpp:119
Method
RemoveAttribute
tinyxml/src/tinyxml.cpp:437
Method
RemoveAttribute
tinyxml/include/tinyxml.h:1081
Method
RemoveCRLF
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
Method
RemoveChild
tinyxml/src/tinyxml.cpp:335
Method
RemoveChild
src/FileObject.cpp:103
Method
RemoveSpaces
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
Method
Rename
src/FTPClientWrapperSSL.cpp:238
Method
Rename
src/FTPClientWrapperSSH.cpp:202
Method
RenameProfileObject
src/Windows/ProfilesWindow.cpp:168
Method
ReplaceChild
tinyxml/src/tinyxml.cpp:296
Method
ReplaceString
src/StringUtils.cpp:225
Method
Reset
Reset Shuts down and restarts the winsock DLL Params none Return UTE_SUCCESS - success UTE_ERROR - error ********************
UTCP/src/ut_clnt.cpp:2035
Method
Reset
src/DragDropSupport.cpp:455
Method
ResetSSL
UTCP/src/ut_clnt.cpp:740
Method
ResumeReceiveFile
UTCP/src/ftp_c.cpp:436
Method
ResumeReceiveFilePASV
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
Method
Revert
src/DragDropSupport.cpp:575
Method
RmDir
UTCP/src/ftp_c.cpp:1440
Method
RmDir
src/FTPClientWrapperSSL.cpp:256
Method
RmDir
src/FTPClientWrapperSSH.cpp:222
Method
RootElement
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
Method
Row
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
Method
SSLGetCurrentSession
UTCP/src/ut_clnt.cpp:815
Method
SSLReceive
UTCP/src/ut_clnt.cpp:799
Method
SSLSend
UTCP/src/ut_clnt.cpp:791
Method
SaveCache
src/FTPCache.cpp:199
Method
SaveClearCache
src/Windows/SettingsDialog.cpp:121
Method
SaveDER
src/SSLCertificates.cpp:24
Method
SaveFile
tinyxml/include/tinyxml.h:1436
Method
SaveGlobalPath
src/Windows/SettingsDialog.cpp:104
Method
SaveMasterPassword
src/Windows/SettingsDialog.cpp:113
Method
SaveProfiles
src/FTPProfile.cpp:593
Method
SaveSettings
src/NppFTP.cpp:268
Method
SaveSettings
src/FTPSettings.cpp:189
Method
Seek
Seek Moves the file pointer to a specified location Params offset - number of bytes from origin origin - initial position
UTCP/src/UTDataSource.cpp:387
Method
Seek
src/FTPClientWrapperSSL.cpp:713
Method
Seek
src/DragDropSupport.cpp:591
Method
Send
src/FTPClientWrapperSSL.cpp:460
Method
SendAsLine
UTCP/src/ut_clnt.cpp:918
Method
SendBlob
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
Method
SendFile
SendFile Sends the specified file across the connection Params filename - file to send Return UTE_SUCCESS - success
UTCP/src/ut_clnt.cpp:1062
Method
SendFile
UTCP/src/ftp_c.cpp:897
Method
SendFile
src/FTPClientWrapperSSH.cpp:240
Method
SendFilePASV
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
Method
SendFileStatus
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
Method
SendFileStatus
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
Method
SendFileStatus
src/FTPClientWrapperSSL.cpp:538
Method
SendTo
UTCP/src/ut_clnt.cpp:1119
Method
SetAcceptedMethods
src/FTPClientWrapperSSH.cpp:398
Method
SetAlignment
SetAligment Sets text alignment Params alignment - new alignment Return 0 - (UH_SUCCESS) 1 - (UH_ERROR) ***********************
UTCP/src/uh_ctrl.cpp:806
Method
SetAsyncNotify
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
Method
SetBackColor
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
Method
SetBlockingMode
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
Method
SetCacheParent
src/FTPProfile.cpp:455
Method
SetCertificates
src/FTPClientWrapper.cpp:60
Method
SetCondenseWhiteSpace
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
Method
SetConnectionMode
src/FTPClientWrapperSSL.cpp:372
Method
SetCurrentPosPtr
SetCurrentPosPtr Internal function Sets the current position within the history linked list Return 0 - (UH_SUCCESS) 1 - (UH_
UTCP/src/uh_ctrl.cpp:706
Method
SetData
src/FileObject.cpp:189
Method
SetData
src/DragDropSupport.cpp:310
Method
SetDataPort
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
Method
SetDataPortRange
UTCP/src/ftp_c.cpp:1946
Method
SetDataSecure
* level 0: PROT C * level 1: PROT P */
UTCP/src/ftp_c.cpp:1903
Method
SetDefaultInstance
src/Windows/Window.cpp:165
Method
SetDefaultKey
src/Encryption.cpp:73
Method
SetDir
src/FileObject.cpp:143
Method
SetEncryptionKey
src/FTPSettings.cpp:74
Method
SetFont
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
Method
SetHistoryLength
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
Method
SetIcon
src/Windows/DockableWindow.cpp:153
Method
SetIndent
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
Method
SetInfo
src/Windows/DockableWindow.cpp:183
Method
SetLineBreak
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
Method
SetListParams
src/FTPClientWrapperSSL.cpp:413
Method
SetLocation
src/Windows/DockableWindow.cpp:162
Method
SetLogName
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
Method
SetMargin
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
Method
SetMaxReceive
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
Method
SetMaxSend
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
Method
SetName
src/FTPProfile.cpp:241
← previous
next →
901–1,000 of 1,267, ranked by callers