I have the need to create a .htaccess file on a local machine according to some user input, and then I want to upload that .htaccess file to a webserver directory. The problem is, I don't think that Net::FTP deals with hidden files. Initially I was using Net::FTP::Recursive to upload an entire directory, but it would not upload any hidden files in that directory. Anyone ever run into this problem? Any solutions? Thanks for any help!