i tried to change directory using "SerCurrentDirectory()". but i m not able to change
Vivek krishna
Posts
-
How to copy a folder in FTP -
how tocopy a file to specific folder in ftpi tried it but unable to copy a file in the specified folder.pls send me example if possible.
-
how tocopy a file to specific folder in ftpI 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
-
How to copy a folder in FTPi 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");
-
How to copy a folder in FTPI 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
-
Email notifysent the code
-
Email notifyam 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