Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
V

Vivek krishna

@Vivek krishna
About
Posts
7
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to copy a folder in FTP
    V Vivek krishna

    i tried to change directory using "SerCurrentDirectory()". but i m not able to change

    C / C++ / MFC help tutorial

  • how tocopy a file to specific folder in ftp
    V Vivek krishna

    i tried it but unable to copy a file in the specified folder.pls send me example if possible.

    C / C++ / MFC help

  • how tocopy a file to specific folder in ftp
    V Vivek krishna

    I checked many functions to do the same but i could not... i want the help to copy a folder and a file to another folder using a FTP connection... can any one help to do the same...awaiting your reply

    C / C++ / MFC help

  • How to copy a folder in FTP
    V Vivek krishna

    i tried the same but what happens is the file copies separately in the same place where the new folder created not inside the created folder.

    //connection..
    pConnect = sess.GetFtpConnection(m_host,
    m_user,m_pswd,atoi(m_port),false);

    // use a file find object to enumerate files
    CFtpFileFind finder(pConnect);
    pConnect->CreateDirectory("sample");
    // start looping
    BOOL bWorking = finder.FindFile(_T("*"));
    strFileName += m_host;
    strFileName += finder.GetRoot();

       MessageBox(strFileName);
       
    BOOL bUploaded = pConnect->PutFile("C:/070206\_NewVExls.xls",
                   "ss",FTP\_TRANSFER\_TYPE\_BINARY,1);
    	if(bUploaded==0)
    		 MessageBox("unsucess");
    
    C / C++ / MFC help tutorial

  • How to copy a folder in FTP
    V Vivek krishna

    I checked many functions to do the same but i could not... i want the help to copy a folder and a file to another folder using a FTP connection... can any one help to do the same...awaiting your reply

    C / C++ / MFC help tutorial

  • Email notify
    V Vivek krishna

    sent the code

    C / C++ / MFC help

  • Email notify
    V Vivek krishna

    am doing my final year masters in computer application and i hav to do a project as part of my academics. my project deals with desktop backup and i have completed the project, the thing is i need help in " Email Notification". ie.. if my backup task is over, i have to send a email to the specified email address. it should be simple, so please help me to rule out.. if really any one wanted to help me out...i will send in the project which i have done..can you help me out... vivekkrishna

    C / C++ / MFC help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups