403Webshell
Server IP : 159.203.156.69  /  Your IP : 216.73.217.25
Web Server : nginx/1.24.0
System : Linux main-ubuntu 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64
User : root ( 0)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /lib/node_modules/pm2/node_modules/basic-ftp/dist/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /lib/node_modules/pm2/node_modules/basic-ftp/dist/parseControlResponse.d.ts
export interface ParsedResponse {
    readonly messages: string[];
    readonly rest: string;
}
/**
 * Parse an FTP control response as a collection of messages. A message is a complete
 * single- or multiline response. A response can also contain multiple multiline responses
 * that will each be represented by a message. A response can also be incomplete
 * and be completed on the next incoming data chunk for which case this function also
 * describes a `rest`. This function converts all CRLF to LF.
 */
export declare function parseControlResponse(text: string): ParsedResponse;
export declare function isSingleLine(line: string): boolean;
export declare function isMultiline(line: string): boolean;
/**
 * Return true if an FTP return code describes a positive completion.
 */
export declare function positiveCompletion(code: number): boolean;
/**
 * Return true if an FTP return code describes a positive intermediate response.
 */
export declare function positiveIntermediate(code: number): boolean;

Youez - 2016 - github.com/yon3zu
LinuXploit