How To Entire Directory Using Ftp | 95% VERIFIED |
the folder on your local computer into a .zip or .tar.gz file. Connect to your FTP server via terminal: ftp hostname Turn on binary mode: binary Upload the single zip file: put archive.zip
Upload the directory recursively using the -r flag: put -r FolderName Option B: The Zip Workaround (For Standard FTP) How To Entire Directory Using Ftp
If you must use standard FTP, the fastest method is to compress the folder first. the folder on your local computer into a
Standard command-line FTP does not have a native recursive command (like mput * ) that handles folders and subfolders well. Here are the best terminal workarounds. Option A: Use SFTP (Recommended) How To Entire Directory Using Ftp