• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Find Num of files in FTP Server directory

 
Ranch Hand
Posts: 228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello friends,
I have some problem in my project.
I need to connect to a ftp server [PARTICULAR DIRECTORY IN THAT SERVER].
i have to download all the files from that directory to a specified directory in my local machine.

The Problem, in order to check for status of the transfer. I need to know the file count [No of files in the FTP server].
If i know the count of files in the FTP server, then i can use that information for checking the number of files downloaded to my local directory .
This makes us confirm about the successful transfer of all files.
How To Find Num of files in FTP Server directory from UNIX Shell script.


2. After transfer i have to move the files in FTP server from one directory to another.
say in ftp server i have directory called source , from where i mget all the files
after transfer i have to move those files to archive directory present in the FTP server itself.

Can we write mv command there in ftp session..

3. I connect to FTP from unix box [ using .netrc information]
Please help me on this
 
PI day is 3.14 (march 14th) and is also einstein's birthday. And this is merely a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic