Hi Strongm,
Thanks a lot for all your effort.
I dont know how to appreciate you for the help you are providing to others in this forum.
Regards
Sarathi
Dear Strongm,
Thanks a lot for your help. It worked out the way exactly i wanted. You helped me out in quick time.
I am sorry if i am bothering too much, But i need one last help from you on the above code.
The code you sent gives me all the file names and the File size.
I am stuck up here...
Hi Stongm,
Thanks for posting the link. It worked out a bit.
However this is not giving me the file names that are present in the sub folders.
assume i have a folder strucutre like
Root/Folder1/subfolder1/a.txt
Root/Folder1/Subfolder2/b.txt
Root/Folder1/file1.txt
The code gives me the file...
Hi Friends,
Thanks for the link that you have posted. I will have a look and let you know if that helped out my problem.
Thanks again for your time.
Regards
Sarathi
Hi,
Here is the code that i have which will give me the Entire File names and size from the given FTP folder.
put this code in a module:
Option Compare Database
Private Const STARTF_USESHOWWINDOW& = &H1
Private Const NORMAL_PRIORITY_CLASS = &H20&
Private Const INFINITE = -1&
Public str_srvr...
Hi,
Thanks for the Reply.
However the code that you have shared doesnt meet my requirment.
You have shown how to upload the files.
But I dont need to download or upload any file from FTP. I just need to get the file names and File size of each file that are present in the Folders and Sub folders...
Hi,
I need to login to a ftp site and list all the filename and the size of the file in all the folders and sub fodlers recursively.
Is there an option to do that with access vba?
I am able to do that for a single folder. But i need to do for the entire folders and sub folders in that FTP...
Hi,
I need to login to a ftp site and list all the filename and the size of the file in all the folders and sub fodlers recursively.
Is there an option to do that with access vba?
I am able to do that for a single folder. But i need to do for the entire folders and sub folders in that FTP...
Hi,
I am new to Access VBA coding and i am finding difficulty in doing a functionality.
Requirement:
I need to open an Exchange email server like "https://mail.aaaa@aaa.com". it wil ask for Username and password. I will login into the exchange server and read the emails and copy the email...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.