I got it to work in two steps, on a server with restricted access, no SFTP, only FTP through commandline.
Like this :
mdelete folder_name/*
rmdir folder_name
Related Contents:
- How to FTP multiple folders to another server using mput in Unix?
- Is PowerShell ready to replace my Cygwin shell on Windows? [closed]
- How to pipe list of files returned by find command to cat to view all the files
- Crontab – Run in directory
- How do I turn off the output from tar commands on Unix? [closed]
- What generates the “text file busy” message in Unix?
- Is there a Unix utility to prepend timestamps to stdin?
- Command-line Unix ASCII-based charting / plotting tool
- Sort ‘ls’ output by name
- how to find host name from IP with out login to the host
- Replace a string in shell script using a variable
- Why always ./configure; make; make install; as 3 separate steps?
- Convert decimal to hexadecimal in UNIX shell script
- Obtaining a Unix Timestamp in Go Language (current time in seconds since epoch)
- Identifying and removing null characters in UNIX
- lsof survival guide [closed]
- Use and meaning of session and process group in Unix?
- Is there a way to redirect output to a file without buffering on unix/linux?
- How to change owner of mount point
- Tools a Unix administrator cannot live without [closed]
- Copy directory tree without empty directories?
- Building a Linux Network for Our Company – Where Do I Start?
- How do I recover free space on deleted files without restarting the referencing processes?
- How can I start a shell inside a jail on FreeBSD?
- How do I find circular symbolic links?
- How to open a new file in vim in a new window
- Unix: what modifier key does “M-” refer to (e.g. M-C)
- Why do shell script comparisons often use x$VAR = xyes?
- How to delete only directories and leave files untouched
- How to denote that a command line argument is optional when printing usage
- Is there a way to edit a symlink without deleting it first? [duplicate]
- Apt-get is broken after install Google Cloud SDK on Ubuntu 18.04 LTS
- How to use variables in a command in sed?
- What’s the difference between nohup and a daemon?
- .ssh directory not being created
- How to read a .man file not on manpath?
- What is an easy way to do a sorted diff between two files?
- What should we do to prepare for 2038?
- unix sort descending order
- How to extract just plain text from .doc & .docx files? [closed]
- Difference between Cron and Crontab?
- How to write a shell script that runs some commands as superuser and some commands not as superuser, without having to babysit it?
- How to check if the variable value in AWK script is null or empty?
- How to move or copy files listed by ‘find’ command in unix?
- Running Groovy script from the command line
- When does a UNIX directory change its timestamp
- What is the difference between Ctrl-C and SIGINT?
- Killing a defunct process on UNIX system [closed]
- Awk/Unix group by
- Performing grep operation in tar files without extracting