Click here to Skip to main content
15,891,513 members

Comments by Reden Rodriguez (Top 22 by date)

Reden Rodriguez 5-Aug-21 7:45am View    
my column A is consist of 3 different words before the EmployeeName how can i ignore those word? What i did is i deleted the unnecessary rows but my problem now is that it changes how many rows that i needed to delete.
Reden Rodriguez 15-Apr-21 4:18am View    
you want me to change my List<bapliecontainerdo> to List<string>? if yes i already tried this and yes this will work but i need my Class inside of List..
Reden Rodriguez 2-Feb-21 1:55am View    
Hi Richard no need to explain I already get it and successfully tested the link that you gave to me. Thank you very much sir
Reden Rodriguez 1-Feb-21 20:39pm View    
Hi Richard care to explain the code below?

ftp.UploadFile(@"D:\Github\FluentFTP\README.md", "/public_html/temp/README.md");

Does the "/public_html/temp/README.md" is the directory of the client? is there a way to just dump all files in the ftp server without the directory like my code in the above or I really need to know their directory to dump my files?
Reden Rodriguez 3-Jul-20 1:22am View    
string builder is good but it will throw an OutOfMemoryException i guess the best solution is to open the file again and write on it. Thanks mates for understanding my question.